I am trying to use logic in my form, for example I know that I can do
'if field fruit is apple then show field grocery'
however I was wondering if there was a way to do
"If fruit is any of apple or orange AND dessert is cookie THEN show the following fields: grocery"
, so that two different fields (columns) could be used in the if part of the condition.