I need to prompt for a question based on 3 of 5 possible known results of a previous question else hide it.
How do I code an OR operator in 'relevant' ?
Is this for Survey123 or some other product?
Looks like I found my answer. The code doesn't like uppercase OR. This worked....
${knock_result} = 'not_home' or ${knock_result}= 'not_interested' or ${knock_result} ='commercial_prop'
Thanks Darren.