Is it possible to have both edit an existing record and update a field? I am having trouble with the following syntax example below.
Trying to do both edit and update not working for me = https://survey123.arcgis.app?itemID=itemid&action=edit&q:globalId={GlobalID}&update=true&field:Busin...}
Works no problem = https://survey123.arcgis.app?itemID=itemid&action=edit&q:globalId={GlobalID}&update=true
Works no problem = https://survey123.arcgis.app?itemID=itemid&&field:BusinessID={expression/expr4}
Thanks in advance for any suggestions or help!
Solved! Go to Solution.
Hi @JohnStark ,
It is not possible to send an updated value with a URL to edit an existing record.
Hi @JohnStark ,
It is not possible to send an updated value with a URL to edit an existing record.
Thank you very much for the quick response!