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

Notifications

Announcements

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)
  • ManishSolanki Profile Picture
    15,091 Super User 2025 Season 2 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard