How can I write an if then statement which has multiple conditions in it? I tried using || instead of "or" but it didn't work. Is there any way to write this logic?
For eg:
if site name = "Yahoo" OR "Google"
then "X"
Elseif site name = "CNN" OR "CBS"
then "Y"
ELSEIF "Z" endif