Hi,
Can anyone help me to split this data which is the output from powerautomate and display in powerapps gallery.
As I have title and Author to be seperated and display the data in gallery.
Thanks in advance.
Solved! Go to Solution.
hi @sindhureddy
1)from Power Automate return the response as JSON using the response connector make sure to create response body schema with sample JSON.
2) And from PowerApp directly try to save the flow outcome into a collection
ClearCollect(Responsetable, Flow.Run())
by @Pstork1
Thanks
Please click Accept as solution if my post helped you solve your issue. If the content was useful in other ways, please consider giving it Thumbs Up.
hi @sindhureddy
1)from Power Automate return the response as JSON using the response connector make sure to create response body schema with sample JSON.
2) And from PowerApp directly try to save the flow outcome into a collection
ClearCollect(Responsetable, Flow.Run())
by @Pstork1
Thanks
Please click Accept as solution if my post helped you solve your issue. If the content was useful in other ways, please consider giving it Thumbs Up.