Looking into some editing/review processes for surveys we have going.
We're integrating our Survey123 data into Power BI to allow a quick overview for supervisors comparing it to our time management system. One of the things we're looking at is the best way to allow the supervisor/data entry team update Survey123 to make sure they actually match what they should.
My thought right now is add the URL with mode=edit and the globalid for the record in question, this works for the web form easily, I've used this before in dashboards. However, what I would LIKE to do, because some supervisors are already familiar with the desktop app, is have the link open the record into the desktop (or iOS) app itself.
I've put the structure together, the app opens, however it just ends up being an endless loop of downloading, unpacking, etc.
Is this possible to do? If so, what am I missing? I've tried both below:
https://survey123.arcgis.app?itemID={formID}?mode=edit&globalId={globalID}
arcgis-survey123://?itemID={formID}?mode=edit&globalId={globalID}