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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
scroll top