I have a gallery with ID numbers in powerapps.
I want to pass these ID numbers (gallery) to power automate so i can create a FOR EACH flow.
For each ID, do this......
But i can not figure out how to pass the gallery data to power automate.
It complains on needing a text value. If i concat the data, it works... but it all comes in one string... i need it to be able handle each record in the gallery as one value. So i can do an action on each ID.