We have this project set up such that the public can call into a hotline to report "incidents". A group of dispatchers use a Survey123 form to input these incidents; among other fields, the form has a geocode field that allows the dispatcher to look up the address they get from a caller (and they get possible address matches - standard JSON stuff). Once the dispatcher has collected enough info from the caller, they submit the survey.
The form is already integrated with a Workforce project through which we can assign the incidents to specific mobile workers. The problem is, when they hit "Survey at Assignment" on the Workforce app, the mobile workers are somehow unable to see the dispatcher's answers originally entered into the Survey123 form. The only answers that carry over are the incident date/time, the call received date/time, and lat/long data. Every other field is blank, except for the geocode field, which is overwritten with the form's name (albeit with underscores instead of spaces), a colon, and a number (I'm guessing corresponding to the number of incidents that have been submitted).
I'm not sure what we're doing wrong but I believe "Survey at Assignment" should just show the dispatcher's answers, right?