function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
James Kacerguis 5James Kacerguis 5 

Flow builder radio button in decision not working for null value

I have a decision node in flow builder that I can't get to work correctly.  The condition is, when {!Select_Decision_Maker} (which is a radio button of type text) Does Not Equal null, use this outcome.  However, it's always using this outcome, even when it equals null.  I've tried using null in mutliple variations, e.g. null, "null" . I've also tried using the {!$GlobalConstant.EmptyString}.

Nothing works. Even the debug shows the value as being null, but it doesn't work.  Is this a bug or am I missing something? See screenshots for more info.  Thanks in advance!

User-added image
User-added image
User-added image
swela jathar 16swela jathar 16
Did you get any solution for this?
 
James Kacerguis 5James Kacerguis 5
I believe I ended up assigning the radio button value to a variable and using the variable in the decision.