I'm trying to create a link to a survey123 so people can edit there points, but I caqnt figure out the right format to enable editing. This is as close as I got
Solved! Go to Solution.
Have you seen this yet? Survey123 Tricks of the Trade: Web form URL parameters
Edit existing records and opening surveys in view-only mode (mode)
The mode parameter supports the values edit and view. Combined with the globalid parameter, you can easily open specific records in edit or view modes. For example, here is how you can update an existing record:
...?mode=edit&globalId=56cf0f7a-def7-4402-bd2c-536b717637bb
Have you seen this yet? Survey123 Tricks of the Trade: Web form URL parameters
Edit existing records and opening surveys in view-only mode (mode)
The mode parameter supports the values edit and view. Combined with the globalid parameter, you can easily open specific records in edit or view modes. For example, here is how you can update an existing record:
...?mode=edit&globalId=56cf0f7a-def7-4402-bd2c-536b717637bb
Thanks, for the help, I just had the format wrong, ?mode=edit&globalId={globalid}