I need a gateway to go take an alternate path if a specific choice was made in a checkbox. I understand that you cannot use "contains" in the programming of the conditions... I can pick equals or does not equal, greater than or less than, but I cannot pick "contains".
So, then I thought I could have a hidden field with a formula in it where if the variable I wanted was checked off, that field would be "Yes". That way I can point the Gateway to that field and if it says Yes go one way, if it is empty, go the other way.
So, this is my formula, but it's not working. Can you tell me why?
=IF(Targeted_Field_Name="Choice_3_Variable", "Yes", "")