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: