I can work it our based on 1 selection but have an error when I want it to be visible based on 2 selections in the same field. E.g I want Field 2 to be visible of you select either A or B option/s under Field 1. Can anyone help?
I can work it our based on 1 selection but have an error when I want it to be visible based on 2 selections in the same field. E.g I want Field 2 to be visible of you select either A or B option/s under Field 1. Can anyone help?
Try this sugarLogic formula:
isInList($theDropdownField, createList("Option1", "Option2"))
This works like a charm.
Regards
Thanks Andre that worked perfectly!
Thanks Andre that worked perfectly!