
Hey Guys, I have an email which sends a table with the details of my SP List.
Goal is to create a link or button on my HTML table that that will Approve or Reject the row on my table and will update the SP List.
| Title | Approval |
| Test1 | Yes/No |
| Test2 | Yes/No |
So when the user clicked yes on the HTML Table Email another flow will run which will update my Test1 as Yes.
And when the user has clicked No the SP List will update Test2 as No.
I searched online and found this I already done this and its updating my list individually. Send an HTTP request to Sharepoint to Update List ... - Power Platform Community (microsoft.com)