When I edit an existing survey, my global id field is being changed to have an extra set of brackets around it. So initially it looks like this:
{6FE06469-4765-48D6-B9A4-46A32A72C892}
and survey123 is sending this on save:
{{6FE06469-4765-48D6-B9A4-46A32A72C892}}
Which causes an error because the field type is GUID.
That field is configured in excel to be
- type: hidden
- name: ProjectGlobalID
- label: Project ID
- bind::esri:fieldType: esriFieldTypeGUID
Anyone run into this before?