I have a multiselect combo box, that allows users to select multiple companies. The combo box pulls its data from an external source (SharePoint list/lookup) | |
I've created a HIDDEN single line text field that is auto populated with the ID numbers from the users choice above in the combo box | |
My problem is it only grabs the first ID... and I need it to grab each ID from the (potentially) multiple selections. |
any help would be appreciated.
Referencing the ID column from my Companies List wasn't possible (or at least it wasn't an option). SO I created a single line text column called ID for Workflow, and when a new item is created in the company folder, a workflow copies the ID and puts it in the new column.
I have a hidden text field that concatenates the companies that are selected in the drop down... its just a text field and it grabs the title text from the dropdown.
I did the exact same thing, but referenced the new STUPID GD ID field that i had to create... I have solved my own problem by creating redundant columns and stupid workflows. FU POWER APPs.
Unfortunately that still only gives me a single value...
I'm going to try concat with your solution and see where that gets me.
Hi @ideaguy1974 :
Please try:
Filter(Companies,ID in cbCompaines.SelectedItems.ID)
Best Regards,
Bof
WarrenBelz
94
Most Valuable Professional
Michael E. Gernaey
72
Super User 2025 Season 1
mmbr1606
71
Super User 2025 Season 1