web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : h6BpcqRz5zkO7Ev3ivkSft
Power Automate - Building Flows
Answered

Get values only from array into csv file

Like (0) ShareShare
ReportReport
Posted on 16 May 2024 14:53:26 by

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? 
Capture.PNG
Capture.PNG
Capture.PNG

  • Verified answer
    v-yetonggu-msft Profile Picture
    on 17 May 2024 at 01:42:36
    Re: Get values only from array into csv file

    Hi @Oscart ,

    Please check this test:

    The Result:

    vyetonggumsft_2-1715909904510.png

    My Flow Parameters:

    vyetonggumsft_3-1715910027979.png

    trim(replace(body('Create_CSV_table'),split(body('Create_CSV_table'),decodeUriComponent('%0A'))[0],''))

    The CSV File Content:

    vyetonggumsft_4-1715910139491.png

    Best Regards,

    Sunshine Gu

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Loading complete