Hello,
I have a SharePoint list where under Versioning Settings, "Require content approval for submitted items?" is set to Yes. When you create an item, the Approval Status is Pending by default, When you approve the item, the Approval Status changes to Approved. However, if you updating the item, the Approval Status will revert back to Pending.
I have a Power Automate flow that is triggered when the Approval Status is Approved. Then, the flow updates a field in the SharePoint item. During this update, it changes the Approval Status back to Pending.
Is there a way to update the Approval Status in Power Automate when an item is updated? I've tried using the "Set content approval status" action which keeps the Approval Status to Approved when the item is updated. However, an infinite loop occurs.