Hello
I'm building a power apps form where a list box with multiple choices are available. The multiple choices are set. When I try to bring the multiple values into my flow, I cant. Only one values is upload. Any clue on how to solve that?
Thank you
Hi @lupompei
If you are passing multi-select list box to Flow
Set Onselect of the button/icon to call flow
MySample.Run(Concat(ListBox1.SelectedItems,Value&","))
In Flow, we can like this
MySample - Flow Name