Ill try to be to the point
I have a sharepoint list (call it SQU) that has two columns:
Im trying to Concate the components in a simple label in powerapps and finding it extremely hard to do.
Im currently filtering the data from the main SQU by filtering the source based on a drop down selection (which will only every have one row in the filter)
Any help would be greatly appreciated
Solved! Go to Solution.
Hi @jimi_hendrix ,
Assuming you just want this in a Label with commas between, it would be
Concat(
YourComboBoxName.SelectedItems,
Value, ","
)
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.
Visit my blog Practical Power Apps
Hi @jimi_hendrix ,
Assuming you just want this in a Label with commas between, it would be
Concat(
YourComboBoxName.SelectedItems,
Value, ","
)
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.
Visit my blog Practical Power Apps
User | Count |
---|---|
254 | |
109 | |
92 | |
48 | |
37 |