Re: How to show the get API data and show it in Power Apps
Hi , @Ameen1989
Oh... This error code "JSON parsing error, expected object and got an error" seems to happen in your flow side . And you do not need to use the Parse Json action in flow. But you need to add the "Response to a Power App or flow" action in the last of your flow.


So that you can use this code in Power App.
Reponse is the parameter name you can see in my screenshot.
Set(MyAPIData, APIDATA.Run(cityName.Value).Reponse);
If this reply can help you , you can click mark this reply as solution (Accept solution) which can help more people, thanks in advance!
Best Regards,
Yueyun Zhang