I have 4 groups, 1-4.
I also have a dropdown with 3 values, A,B,C
I want that only groups 1-3 appear when I select either A or B from the dropdown. But I want all 4 groups to appear if I select C.
In the 'relevant' field can I add ${dropdown='A' Or dropdown='B'} ?
I know I can add the first bit but can the part in red be used also?
Thanks.