There might be situations where we will have to update a SharePoint list inside Microsoft Power Automate Flow. When we run the flow manually on list items then the workflow runs without any issue. But if we perform the update inside When Item is Created or Update trigger, the flow goes to a not ending loop. In the video below I have tried to cover this scenario.
using call the SharePoint Rest service
In the 2nd part of the video, I have shown the method of using the call the https service for SharePoint using the SharePoint REST service. This method is very suitable when you have large number of columns but want to update only few columns. Check it below