Hi
I have used a pulldata function and a CSV-file in Survey123 Connect, to "translate" GlobalID for Assignment types in Workforce to text in the survey123.
When I use select_one type I have no issues of getting the pulldata function to work, but if Workforce transfers the GlobalID to a text field, then I have no response in the app, but it works fine in survey123 connect?
How do I make the pulldata function work in the survey123 app, in a text field, with the Workforce integration?
Thanks!
Solved! Go to Solution.
I just tried to replicate your issue, and found a solution.
The field that you have mapped from workforce that inserts the GlobalID should be bind::esri:fieldType == esriFieldTypeGUID and not string. Now it can read and process the GUID.
Hope it works.
Your survey XLSForm looks old, maybe try and recreate the Survey123 in a new form in Connect. Your XLSForm seems to be missing columns and sheets.
I just tried to replicate your issue, and found a solution.
The field that you have mapped from workforce that inserts the GlobalID should be bind::esri:fieldType == esriFieldTypeGUID and not string. Now it can read and process the GUID.
Hope it works.
It works perfectly! Thank you so much :)!