I'm sending in a collection from my app by using flowName.Run(JSON(myCollection)). After initializing the variable and using parse JSON, the output looks something like: [{"AMDTime":"6-12", "MiddayTime":"12-3", "EveningTime":"6-12"}]. I then add this Parse JSON Body value into Create CSV Table and use Sharepoint Create File after to create a csv file. Everything in the flow works so far, but the key and values show up in the csv file. So instead of having one row with the keys and a row beneath with the values, how can I just put the values into the csv file?
Hi @Oscart ,
Please check this test:
The Result:
My Flow Parameters:
trim(replace(body('Create_CSV_table'),split(body('Create_CSV_table'),decodeUriComponent('%0A'))[0],''))
The CSV File Content:
Best Regards,
Sunshine Gu
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2