I may be going about this incorrectly but I have a URL parameter that technically contains two values and it can be a combination of those values but a single yes is required for the element to show.
For example:
?key=Yes,No (show)
?key=No,Yes (show)
?key=No,No (don’t show)
?key=Yes,Yes (show)
Is this possible? Without creating multiple OR statements within the conditional logic?
Thinking something like IF KEY | CONTAINS |YES
Appreciate the help.
