I tried using rules on a SharePoint list to send an email when a checkbox was checked in the list, but the email would not go through to our support desk. So, I created a Power Automate workflow to send an email when a checkbox is checked. The issue is I only get a false result when I run the flow no matter if I select the box or I don't. I have the list column set to yes/no and when I run the flow, I get an "ActionBranchingConditionNotSatisfied" the reason is it skipped this step because the condition was not met. My condition is if the column selected is equal to "True" send email if not do nothing.
Any help would be greatly appreciated.
Thanks
PJ