Power Automate Remove Elements from JSON Array
In Power Automate, when processing JSON array, you might need to remove unwanted elements from the JSON array. When you read an Excel worksheet from OneDrive or SharePoint, the result is a JSON array and two internal elements (@odata.etag and ItemInternalId) will be added into the result JSON array.
To remove the @odata.etag and ItemInternalId from the result array, add a Select data operation action. Set the From value to be expression:
Posted by John Liu Monday, July 29, 2024