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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / List Rows Present in a...
Power Automate
Answered

List Rows Present in a Table returns metadata with the row data

(0) ShareShare
ReportReport
Posted on by 58

Hi,

 

I have the following flow that is triggered when a new email arrives, it creates an Excel file in a SharePoint location then creates a table in the file, then retrieves the table rows, and then posts the row data in Teams channel/group chat.

The flow works, BUT, now I have a problem with metadata, it seems like some JSON is included in the message sent to Teams channel.

Such as this:

{"@odata.etag":"","ItemInternalId":"e4fa9d6f-438b-49aa-bef9-bfb1d7ce253a","Column1":"row value","Column2":"row value","Column3":"row value"...etc!}
 
And I would like to get only:
Column1: row value, Column2: row value, Column3: row value,...etc!
 
Is that possible? How can I do that?
 
This is the current flow:
 
Samwise23_0-1706541755384.png

 

Categories:
I have the same question (0)
  • Manish Solanki Profile Picture
    15,167 Moderator on at

    Hi @Samwise23 

     

    Pls use "Select" action to select particular properties from the json array. Pass the output value object of "List rows present in a table" action to the Select action as input. In map parameter, add the key or header and in value use the expression:

    item()?['Column Name']

    Pls replace actual column name in the above expression.

     

    Add map entry for the required columns and then pass the output of select action in the "From" parameter of "Apply to each" action.

     

     

    If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.

     

  • Samwise23 Profile Picture
    58 on at

    Hi @ManishSolanki ,

     

    Thanks for your kind help.
    It worked but I still have characters to get rid of, now it looks like this:

    {"Column1":"row value","Column2":"row value"...etc!}

    I would like to remove the curly braces and the double quotes as well to have the following (just comma separated):

    Column1: row value, Column2: row value

     

    Any ideas?

  • Verified answer
    Samwise23 Profile Picture
    58 on at

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 103 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 87

#3
trice602 Profile Picture

trice602 63 Super User 2026 Season 1

Last 30 days Overall leaderboard