Flow Designer IF logic for null value or empty string
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2021 12:29 PM
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...
Frustrating... I could have written this logic in Workflow within a couple of minutes.
Thanks for any help.
Rick
- Labels:
-
Flow Designer
-
Workflow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2021 11:43 PM
Hi,
try removing the text "check Teams channel" in the condition field.
Add that text as an annotation instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022 07:51 AM
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.