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),",")));
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
196 | |
46 | |
45 | |
43 | |
36 |
User | Count |
---|---|
270 | |
82 | |
81 | |
74 | |
69 |