Flow Designer - How do you add an "is empty" or null value conditional?

Denton
Tera Contributor

How do you add an "is empty" or null value IF condition?

Logically, I am just trying to write a condition that says
IF (Assigned To is not empty) THEN (etc).

What's throwing me off is that the UI has options for "is", "is not", "contains", and "does not contain" -- but there are not options for "is empty" and "is not empty."

I imagine there's a simple way to do this, but any help would be appreciated.

find_real_file.png

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Denton,

 

In that case, you will just select "is not" from the filter and leave the input as blank. i.e Trigger->Incident Record->Assigned To | is not | 

 

-Pradeep Sharma

View solution in original post

9 REPLIES 9

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Denton,

 

In that case, you will just select "is not" from the filter and leave the input as blank. i.e Trigger->Incident Record->Assigned To | is not | 

 

-Pradeep Sharma

This works fine if we have only one condition. It throws error incase of multiple conditions. 

I'm not able to reproduce this issue. Could you share the steps to reproduce?

 

 

Hi I have the same issue ,I have list field where can add multiple users . in if statement- if field is not empty contition. Flow works if in field is only 1 user , but when add multiple usrrs flow show error.Did you found solution?