The following URL successfully invokes the Collector app to create a new point in my map with a fixed pair of coordinates:
arcgis-collector://?itemID=07d4865e6dfa433f8a6507fca71e94e6¢er=35.666666,-120.66666<SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>
Does anyone know how I can have this URL built so that it passes the coordinates based on an existing (selected) feature? The following two don't seem to work and I can't find documentation for this (Found this and this)
arcgis-collector://?itemID=07d4865e6dfa433f8a6507fca71e94e6¢er=%22{lat}%22,%22{lon}%22
arcgis-collector://?itemID=07d4865e6dfa433f8a6507fca71e94e6¢er=%22${lat}%22,%22${lon}%22<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>