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.
Solved! Go to Solution.
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.
Hi @ideaguy1974 :
Please try:
Filter(Companies,ID in cbCompaines.SelectedItems.ID)
Best Regards,
Bof
Unfortunately that still only gives me a single value...
I'm going to try concat with your solution and see where that gets me.
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.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
10 | |
8 | |
6 | |
4 | |
2 |