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?

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top