Hello, GIS'ers:
I am fairly new to Survey123, and I've tried to find an answer to my question, but so far I have not. I am creating a Survey123 app that is duplicating a lengthy inspection process. The process has sections and the questions in the inspection sections are numerous. I would like to, in each seection group of questions, have photos be required 'if there is a violation' (if any of the questions in that group have a 'yes'.) I'm attempting to avoid having to have photos be conditionally required after every. single. question; as the form would be pretty tedious... I tried to implement this as, for example :
selected(${corrosion},"yes") or selected(${openvalves},"yes") or selected(${discoloration},"yes")
in the 'required' field for the image, but I get an error when updating the form. Is this possible in the required field, and if so, what is the syntax?