Question

I have below output from flow to Power Apps.

[
   {\"Name\":\"GHI.docx\",\"Path\":\"/Cont/A/GHI.docx\"},
   {\"Name\":\"Tes1.docx\",\"Path\":\"/Cont/A/Test1.docx\"}
]

How can I convert it into a collection?

Was it helpful?

Solution

You need to use to use multiple Split functions in Power App in order to parse this string to JSON/collection variable.

It will be a complex logic and according to your data.

Check below link, it will help you to achieve what you want.

Respond Tabular Data from FLOW to PowerApps without Premium Response action

Split function in Power Apps

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top