Hello Power Automate Community,
I hope you can help please.
I'm using the SharePoint connector trigger called "When an item is created or modified".
I only want this Flow to run on a certain condition, which is:
When an item is modified
And
The field StatusReason = Send Approval Email Owner
The StatusReason field in SharePoint is a Choice field.
The output of the trigger for StatusReason on a specified record is this:
"StatusReason": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 4,
"Value": "Send Approval Email Owner"
},
"StatusReason#Id": 4,
What conditional trigger do I need please to only run the Flow when StatusReason = Send Approval Email Owner?
Any help would be greatly appreciated. Thanks very much,
Garry