I want to prepopulate a conditional survey123 field with a field in field maps using a URL.
my URL: arcgis-survey123://?itemID=da51303530f44e0191c219c07a2a8c98&field:WorkStatus=Field&field:PlotNumber={st_cty_plt}
The field PlotNumber is conditional and is only shown if WorkStatus is 'Field'. The above URL will populate WorkStatus as Field and show PlotNumber, but PlotNumber is blank.
I tested this by editing my survey in survey123 connect. When the PlotNumber is NOT conditional, the above URL populates both fields.
How can I change my url so that it populates a conditional field?