Hi, we have created 10 different Surveys to 10 different types of classes. I want to use the URL scheme to link to each survey from Collector. But the URL scheme is dependent on the ItemID, which i cant control. So i am looking for a way to match my stationtypes with the URL schemes without having to create 10 links in the pop-up to different itemID's:
My example for one type:
arcgis-survey123://?itemID=7334124ab2e94c78bfe43254fc375826&field:stationsid={StationID}&field:stationname={StationName}
And another type
arcgis-survey123://?itemID=f7c8f38c5b4b449bab2395tef7f9ed5e&field:stationsid={StationID}&field:stationname={StationName}
....x10
A solution could be to create an unique URL as an attribute in the database. But thats a little complicate to update whenever there is a new record.
Any other ideas?