Hey all,
I see that many people have asked similar questions around getting the selection in a listbox. I have a list that is pulling from Sharepoint and displaying the "Title" field. I would like to concat all the selected items into a string so that I can later send them into an Automate Flow. I feel that I am close, but I am missing something.
In this screenshot, I can see that I have 3 values when I hover over the "Title" in Line 1.
But when I hover below on the variable name, it shows the value is "Blank".
... And to prove that the data isn't storing and submitting, here is a screenshot in Power Automate showing the payload:
Any Ideas? Thanks in advance!
Solved! Go to Solution.
Like many others, I was able to solve this. My solution was:
Set(selectedSites, Concat(ListBox_Sites.SelectedItemsText.Title, Concatenate(Text(Title),",")));
Like many others, I was able to solve this. My solution was:
Set(selectedSites, Concat(ListBox_Sites.SelectedItemsText.Title, Concatenate(Text(Title),",")));
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 |
---|---|
199 | |
71 | |
49 | |
42 | |
30 |
User | Count |
---|---|
263 | |
122 | |
92 | |
89 | |
85 |