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),",")
User | Count |
---|---|
138 | |
132 | |
79 | |
75 | |
73 |
User | Count |
---|---|
210 | |
200 | |
70 | |
66 | |
55 |