Hey everyone,
I just started diving into survey 123 connect ant making surveys using the XLSForm. It has been pretty straight forward, but I am encountering an issue using the relevant field. I am using:
${RANGER_DISTRICT} = 'AUSTIN TONOPAH'
to hide my allotment question unless the user selects AUSTIN TONOPAH as their ranger district. The function successfully hides the ALLOTMENT question, however when I select AUSTIN TONOPAH in the RANGER_DISTRICT question, the allotment field does not populate.
I used the same function, except to hide a PASTURE/UNIT question unless the user selects a relevant ALLOTMENT, and it hides then populates with no issue when the ALLOTMENT is selected (I tested this by deleting the relevant field for the ALLOTMENT question so it would not be hidden).
Any help is appreciated, it is a little frustrating that the same function works for one question but not the next.