Pass values from Collector to Survey123

339
1
09-10-2019 10:22 AM
RonParis
Occasional Contributor

Is it possible to pass values from Collector to Survey123 (built in AppStudio) as per this blog post?

TIA

0 Kudos
1 Reply
LanceCole
MVP Regular Contributor

Josh Harris‌,

Yes, Below is HTML that I included on a Collector Pop-up that opens Survey123 generated from AppStudio and passes the asset_id and center values.  You would need to add your Survey123 itemID and use applicable fields in your 123Survey.

<p><a href="arcgis-survey123://?itemID=<place your ID number of survey here>&amp;field:asset_id={ASSETID}&amp;center={Point_Y},{Point_X}">Launch Survey123</a></p>

0 Kudos