Hello!!
Does anyone have a formula for a combo box items property that needs an option for "All Items" as well as options coming from a SharePoint list column?
Hi @lparkerMDVIP ,
Yes, but you will need a Collection
If your column was Widgets in your List MySPList (call the collection whatever you want)
ClearCollect(colDD,{Widgets:"All Items"});
Collect(colDD,MySPList.Widgets)
The Items of your drop-down would then be
colDD
The Update of the DataCard - for a Text field (change to your control name)
YourDDName.Selected.Widgets
For a Choice field
{Value:YourDDName.Selected.Widgets}
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @lparkerMDVIP ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
183 | |
53 | |
50 | |
36 | |
35 |
User | Count |
---|---|
271 | |
91 | |
82 | |
76 | |
75 |