Hi there,
I am trying to autofill an answer to a question in the second group in my survey123, pulling information from a layer in a field map. The user clicks the following URL in a hosted feature layer feature:
arcgis-survey123://?itemID=xyzxyzxyzxyz&action=collect&field:GRID_ID={GRID_ID}&field:GRID_HA={GRID_HA}&field:
And the survey should fill out the GRID_ID and GRID_HA fields using the values in the original hosted layer's fields with the same names. I have this working in another survey where those questions are in the first 'group' of questions in a survey. Now I have another survey where the GRID_ID and GRID_HA questions are in a second group, and the autofill is no longer working. I should note the user must select 'yes' to a question in the first group in order for the second group to appear. Has anyone come across this?
Thank you!