If I manually add the following to the items value of my ListBox
["value","value2","value3"]
I get
value
value2
value3
But if you look at the screenshot below, I am getting back the string ["value","value2","value3"] from Microsoft Flow, adding that to a Collection and trying to use that with my LisTBox, but it creates a single item with the text of the string.
I'm guessing I need to do some kind of split operation? but i'm not sure how - anyone?
Solved! Go to Solution.
Never mind, found it - just needed to Split within the Items property, e.g.
Split(Text(First(customGroups).Value),",")
Never mind, found it - just needed to Split within the Items property, e.g.
Split(Text(First(customGroups).Value),",")
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
212 | |
194 | |
82 | |
59 | |
38 |
User | Count |
---|---|
305 | |
255 | |
120 | |
86 | |
55 |