Survey123 unique ID

8319
2
Jump to solution
11-18-2016 10:09 AM
CraigClouet
New Contributor III

Do people have any Survey123 examples of creating and the syntax for the UUID?

Tags (1)
1 Solution

Accepted Solutions
IsmaelChivite
Esri Notable Contributor
typenamelabelcalculation
textuniqueIDUnique IDuuid()

View solution in original post

2 Replies
IsmaelChivite
Esri Notable Contributor
typenamelabelcalculation
textuniqueIDUnique IDuuid()
JamesTedrick
Esri Esteemed Contributor

The function is uuid() .  Note that if you want to create a GUID field (the default is text), you also need to set the bind::esri:fieldType column for it to esriFieldTypeGUID.  See the attached file.