Power Automate if column equal

Loading

Requirement: How to create a power automate if column is equal

Create a SharePoint list “Task “.Here using a Choice column in this flow if the status in SharePoint list is equal to the flow condition provided then it returns True and sends an email as the condition is true and details of the item created in SharePoint list.

In Power Automate, select the ‘ When an item is created or modified‘ trigger. Then provide the site address and list name. And If the status value is completed then send an email, so click on the Next step and select condition control. Then provide the

value: Status value from dynamic content.

operator: is equal to

value: Completed

If the above condition is true, add an send an email(V2) action, then provide the To, subject, and body of the email.

Now Save and Run the flow. Create a new item in the list, as the condition is true it returns true value and after flow running successfully then check the mail for expected output.

Leave a Reply

Your email address will not be published. Required fields are marked *