Notifications
Announcements
I have a list of items in a SQL column called "Item":
and I would like to be able to show each item as its own option in a combo box. I would like for it to look like this without having to hard-code:
Any help would be awesome!
Hi, @abyars [
Use this code on items property of ComboBox
Choices([@'16. Order Management'].'User Account')
adjust code according to your SP List
'User Account'= column name
[@'16. Order Management']=SharePoint list name
]
Please give a thumbs up if this information is helpful.
Best regards,Ali Sheraz
I do not have a choice column, I have a text column with one field per row. I would like to list every row in a combo box.
Hi @abyars,
To list every row of the Item column in your ComboBox, just set Items property:
Table.Item
To populate the ComboBox with a column from SQL table, using Distinct() to get distinct items, you just need to set the ComboBox Items property as:
Distinct(Table,Item)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 717 Most Valuable Professional
Michael E. Gernaey 329 Super User 2025 Season 2
Power Platform 1919 268