Hi to all.
I created a webmap for my users to review and re edit the submitted data of other users.
I have configured the popup of the feature layer with a custom attribute display following these two posts:
https://community.esri.com/t5/arcgis-survey123-blog/understanding-survey123-s-custom-url-scheme/ba-p/900291
https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm#ESRI_SECTION1_C96F2AA2B3304659B06AC02CC98D1952
So, using for the popup the url: https://survey123.arcgis.com/share/54e313eee86a4fd98084678fdfa7baac?mode=edit&globalId={globalId}
the web app of survey123 opens in the browser and the user can view and resend the survey with modifications, if any.
However, using for the popup the url: arcgis-survey123://?itemID=54e313eee86a4fd98084678fdfa7baac&mode=edit&globalId={globalId}
the installed windows application opens on the users desktop, but with an empty form.
I wanted them to use the desktop application due to better ergonomics in the repeats.
Any thoughts are welcome! Thanks for the support.