Select to view content in your preferred language

Callback to Collector

582
1
10-27-2020 01:30 AM
RonParis
Frequent Contributor

I have a scenario whereby users are able to launch Survey123 from Collector and complete a given form. I want users to be able to be sent back to Collector once they have submitted said form in Survey123.

Doing a bit of reading and it seems like this is possible using the callback parameter, but I can't for the life of me get it to work. My current custom URL which is used to launch Survey123 from Collector looks something like this...

arcgis-survey123://?itemid=*********&field:manhole_ref={manhole_reference}&field:latitude={expression/expr0}&field:longitude={expression/expr1}&callback=https://collector.arcgis.app?itemID=*********

TIA

Tags (2)
0 Kudos
1 Reply
Shwu-jingJeng
Esri Regular Contributor

Hi Josh,

Could you try the url parameter for callback as the following?

&callback=arcgis-collector://?itemID=xxxxxxxx

0 Kudos