Flow Designer IF logic for null value or empty string

Rick Mann
Tera Expert

How do I check for an empty value in Flow Designer IF logic? I have a pretty simple situation where I need to check a field on the Assignment group of the Incident record that triggered my flow. If the field has a value then perform Action A.  If the field does not have a value then perform Action B.

I can get the logic to work if I use "Contains" and check for some string that should be in the field, but it seems like there should be an easy way to check if there if the field is blank or not. Maybe something simple I'm missing...

find_real_file.png

Frustrating... I could have written this logic in Workflow within a couple of minutes.

Thanks for any help.

Rick

6 REPLIES 6

Hi,

try removing the text "check Teams channel" in the condition field.

Add that text as an annotation instead.

HarI98
Tera Expert

Funny thing is if you have Is Null? Is Blank? Is False? transforms on the variable together or individually it wont work. Same if you put "variable IS NOT " but if you put all 4 of them together in a condition it will work. I'm speechless.