In this article, We will see how to update a record in Web apps through Power Platform with HTTP Post method.
In previous article, We saw how to create a data in Webapp through Power platform.
Here is the link for previous article. HTTP Post from Power platform to Web app
This is the overall structure of Power Automate.

Step 1 : Use the Power App to get data
Step 2 : Use Patch method
In this case, We need to update only description.
Add description field in Body and Ask in PowerApps

Step 3 : Respond to a power app.

Step 4 : Go to Power App
Create a new icon to edit and update record
Go to Action > Power Automate > Add Power automate for Patch
PATCHodatafromWebapp.Run(txtdesc.Text)
Step 5 : Run the Power app Edit the description and click on button to update record.

The record is updated successfully in Web Apps.

In this way, We can update a record in Webapp through Power Platform using HTTP Patch method.
In next article, We will see how to use delete method to delete data in Web app through Power Platform.
If you like this article, feel free to share it with others who might find it helpful! If you have any questions, feel free to reach out to me.
1 Comment
[…] Here is the link for previous article HTTP Patch from Power platform to Web app […]