Welcome to deBUG.to Community where you can ask questions and receive answers from Microsoft MVPs and other experts in our community.
1 like 0 dislike
699 views
in Power Automate by 12 13 20

How can I set up a condition in Power Automate to verify whether a specific column value that retrieved  is null or empty, and then execute different actions based on the result?


1 Answer

2 like 0 dislike
by 48 54 93
selected by
 
Best answer

You can choose the empty function in Power Automate to check if a specific value is null or not.

This expression checks if the value of the specific column is empty or null. If it is not empty or not null, and if you want to check if it is null change the condition to be true instead of false

@equals(empty(triggerOutputs()?['body/SupervisorEmail']), false) this will check if the SupervisorEmail is not null
If you don’t ask, the answer is always NO!
...