Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
scroll top