Power automate if condition is blank

Loading

Requirement: Check if the field is blank or not in SharePoint using Power Automate or Microsoft Flow.

Create a SharePoint list “ Project List “  . Then check the Last date is Blank or not

Power automate if the condition is blank

Now create a flow using Trigger as When an item is created and now check if the field is empty or not using condition action. So click on the Next step and select condition control action. Then provide the

  • When an items is created-
    • Site Address: Provide Site url
    • List Name: Project List
  • value: Last date from dynamic content
  • Operator: is equal to
  • value: null ()

Microsoft Flow if the condition is blank

Now click on Save and run the flow to create an item in the SharePoint list.

How MS Flow if condition is blank

The last date field is empty, so it returns true.

MS Flow if the condition is blank

Leave a Reply

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