Hi,
I am quite new to PowerApps, have read many forums on how to return JSON back to PowerApps
However, when trying to use Power Automate to get the file contents of a folder in SharePoint and then returning back to PowerApps to be displayed in gallery the contents. However, when i put
Set(response, Test.Run());
It gives the error:
Error.(JSON parsing error, expected 'object' but got 'array'
I've double checked the schema and everything seems correct, anyone knows why its not working?
I have attached the image of the flow.