문제

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 ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top