I have two surveys, one for an admin and the other for a user to fill out using answers from the admin survey. One feature I am trying to accomplish is only showing a text question on the user survey if Yes is selected from a question on the Admin survey.
Admin form:

End User Form (only show if Yes is selected from above):

I tried using this search appearance function:

search('AAR_Admin_Form?url=https://services2.arcgis.com/1UvBaQ5y1ubjUPmd/ArcGIS/rest/services/service_fc12c53e63e444a594875def51557394/FeatureServer/0',${other_gaps},'Yes')
When I test this, Other Gaps text box still appears when selecting No.