Hi All,
I'm trying to create a flow using power apps and power automate, how ever I tried to find some solution using the forum and google posts but I'm unable to figure out what ways can the object be converted to Json, as the error says expected Object but received string.
The workflow goes as such,
Firstly, I'm creating a collection in power apps, and sending all that collection to flow and then converting it to CSV and adding that to the SharePoint document folder. I tried it to do this step by step it by first get the data from power apps and use COMPOSE action to create a Schema, and then add to Parse JSON but i get the error saying expected Object but received Array.
Can anyone give me any idea what I m doing wrong or missing the key factor here? Thank you all experts in advance. 🙂
Please see the screen shot below:


Also, it is trying to create multiple files for the collection whereas I want to create one file for each one when the flow triggers.

Thanks