Hello team
I have some variables in my app and would like to have a file create (excel) as the picture below:

On my powerapps I have:
Collect(colDARstat, {colRAS : nRAS, colBucking:nBucking, colInspection : nInspection});
'Copyof-Generate-FISE-DAR-Reportexcel'.Run(JSON(colDARstat,JSONFormat.IndentFour));
My flow is like:

Compose

Parse

create CVS table

My output file is like

But I would like to have

Any guidance on this would be greatly appreciated.
Many thanks