Select to view content in your preferred language

Workforce integration and pulldata function in survey123 connect - problem in survey123 app

1051
4
Jump to solution
11-10-2023 03:53 AM
S_19_Lo
Emerging Contributor

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!

survey2.pngScreenshot 2023-11-10 125118.png

1 Solution

Accepted Solutions
BijanTaheri
Occasional Contributor

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.

View solution in original post

4 Replies
BijanTaheri
Occasional Contributor

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.

S_19_Lo
Emerging Contributor

Hi Bijan

I just created a new survey in a new form, but I still have the same issue.

BijanTaheri
Occasional Contributor

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.

S_19_Lo
Emerging Contributor

It works perfectly! Thank you so much :)!