
i'm encountering an issue with a condition who checks the value of a radio button. even if i set the radio button to true it's always false no matter what i change, from code side or from condition side.
Maybe was the value? it isn't i've changed it and nothing
Maybe was the order of the conditions? it isn't i've changed it too
Maybe the name of the variable? it isn't i've changed it
I don't know where to bang my head anymore
Hi @mad95 ,
I am not sure which language you are using inside the condition.
But you want to check if the value is true/false(Boolean) , then use the true and false expressions instead of using text values in the condition.
Thanks,