Hello everyone,
I tried this solution explained in this post: https://powerautomate.microsoft.com/en-us/blog/return-data-to-powerapps/
I have a power app that send a request to an other system thanks to Power automate, and then I return these results to my app.
My issue is that this solution doesn't work in my app: I tried to return my results as Text but this Split function still doesn't work => by the way, I am not sure this is the best option.
I can return multiple records to my app. I would like to display them as a gallery for example, in order to show them like an array.
How can I handle that?
My results can be managed as an array in Power automate, and then my results are displayed this way in my app:

Or I can also display the results this way:

I want to display them like that:
S0000099 Vendor1
S0000001 Vendor 1
Once this array will be created, I will want to click on one of the records and display more information about it.
Can you give me some help on this?
Thanks a lot