Forum Discussion
Bessie1335
Jan 12, 2023Copper Contributor
Help to fix Power Automate - ActionBranchingConditionNotSatisfied
Hi,
I need help to fix the error for recurring reminders. I keep getting this error message at the send an email action.
This is my flow
This is my sharepoint list
Thank you!
- SvenSieverdingBronze Contributor
Hi Bessie1335;
this is not an issue with the email action. The upper condition did not return true, so that action is just never called.
"Category","Country" and "RRF Approval" seem to be of the data type "Choice"
In that case try using the "Category Value","Country Value" and "RRF Approval Value" Fields in your condition instead of "Category","Country" and "RRF Approval".
The Value Fields give you the actual field value that you can compare.
The fields without "Value" give you a datastructure like this and the comparison fails.{ "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference", "Id": 0, "Value": "Choice 1" }
Best Regards,
Sven