So I m trying to create a revision webmap for my users so that they can re-edit the submitted data form other users.
I created a custom configured popup using the following url:
https://survey123.arcgis.com/share/54e313eee86a4fd98084678fdfa7baac?mode=edit&globalId={globalId}
And this works as it should, the submitted record opens in the web app form and the users can edit and resubmit the survey.
However, I need for them to use the desktop application on windows. They will be working on a pc and the interface of the desktop app is superior when handling repeats.
So I created the following url: arcgis-survey123://?itemID=54e313eee86a4fd98084678fdfa7baac&mode=edit&globalId={globalId}
which allows the form to open in the desktop app, bit does not retrieve the data of the record.
Anyone had that problem before?
I read the following articles but couldn't find anything for my case
https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-s-custom-url-scheme/ba-p...
https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm#ESRI_SECTION1_C96F2AA2B3304...
Thanks in advance.