I follow many Youtube about "Export data to Excel with PowerApps / PowerAutomate", I realized all are indifferent, only minor things.
Here is my screen that I follow steps, this one was my code. I dropped some fields which believe not in use when export.

and here was my flow, which succeed when click on my PowerApps

I checked details from Flow, at PowerApps and here was input detected from Flow
{
"schema": {
"type": "object",
"properties": {
"Compose_Inputs": {
"type": "any",
"description": "Inputs",
"x-ms-powerflows-param-ispartial": false
}
},
"required": [
"Compose_Inputs"
]
}
}
""x-ms-powerflows-param-ispartial": false" --> is something wrong here?
but my output look strange and not same as on several Youtube. I don't know why.

Here was the correct output that i should get after trigger my PowerApps,
(credit : excerpt from Shane Young Youtube - (Power Apps Export data to Excel with Flow - Collections to CSV file)

now I can't continue my flow, Parse JSON due to my output format from Compose stage was incorrect. Please guide, thank you