Hello All,
I am trying to build a workflow which based on some conditions it should update the SharePoint item. I am using standard 'Update Item' in SharePoint connectors however it gives error. 'Actions in this flow may result in an infinite trigger loop. Please ensure you add appropriate conditional checks to prevent this flow from triggering itself.'
Below the snap i have attached.
I gone through some community references and found that we should apply a trigger condition [@equals(triggerBody()?['Status']?['value'],'Under Review') ] to resolve the issue. I did that as well but still i am getting this error. Can anyone please help or suggest?
Kind Regards,