if expression Boolean create a Power automate flow

Loading

Requirement: Using if expression Boolean create a power automate flow.

Create a SharePoint list named as “EmployeeDetails”. For if expression Boolean use Yes/No column as “Delivered”.

In Power Automate, select the When an item is created trigger. Then provide the site address and list name. Next, check the Details are delivered or not, so click on the next step and select Compose action. Then in input provide the below expression:

if(equals(triggerOutputs()?['body/Delivered'],true), 'Delivered','Not Delivered')

Now Save and Run the Flow. Go to SharePoint list create a new item. As per the item yes/no column the flow returns the value.

Leave a Reply

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