Hello everyone,
I'm encountering an issue with trigger conditions in Power Automate. I have a flow that's supposed to trigger when a new item is created in a SharePoint list, but only if a specific column (let's call it 'Status') is set to 'Approved'.
Here's the expression I'm using for the trigger condition:
@equals(triggerBody()?['Status']?['Value'], 'Approved')
However, the flow seems to be triggering even when the 'Status' is set to something else, like 'Pending' or 'Rejected'. It's also not triggering when it *is* set to 'Approved' sometimes. It's quite inconsistent.
Has anyone faced a similar problem or can suggest what might be wrong with my condition?
Thanks in advance!