Help to fix Power Automate - ActionBranchingConditionNotSatisfied

Copper Contributor

Hi,

 

I need help to fix the error for recurring reminders. I keep getting this error message at the send an email action.

 

Bessie1335_0-1673512922076.png

This is my flow

Bessie1335_1-1673513001747.png

This is my sharepoint list

Bessie1335_2-1673513081894.png

Thank you!

 

 

 

1 Reply

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