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 / HTML table input from ...
Power Automate
Unanswered

HTML table input from updated item on SharePoint

(0) ShareShare
ReportReport
Posted on by
I created an automated flow that is triggered when a requester makes updates to 1 or more entries in their request which sends an email to the request reviewer and includes a table with the values of the original request and values of the updated request. 
 
Below is my flow with the following error message 
Categories:
I have the same question (0)
  • David_MA Profile Picture
    14,485 Super User 2026 Season 1 on at
    All of the actions in your flow are for a single item. The Select action is designed to work with the Get items or Get files (plural) actions. If you are trying to use it on your HTTP request, I think first you will need to use a Parse JSON action to get values. You look like you're doing something I am working on:
     
    If you don't know how to generate the scheme, run the flow and then open the run and copy the body of the output of the HTTP request to use as sample data to create the scheme. This is where problems often occur when the HTTP request doesn't always return the same data every time because you have fields in the list that are not required. You can then manually update the type to allow for null values as shown above. However, I would also recommend updating the Uri of the HTTP request to specify just the fields you need to make this much easier.
     
    You can get the values out of the parse JSON with this type of expression: body('Parse_JSON')?['value'][0]?['YourField'] 

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 976

#2
Valantis Profile Picture

Valantis 863

#3
Haque Profile Picture

Haque 547

Last 30 days Overall leaderboard