Select to view content in your preferred language

Auto calculate First and Last name in Survey123 Connect

1045
2
07-20-2022 08:00 AM
tigerwoulds
Frequent Contributor

I am trying to use the following formulas to auto-populate two text fields, First and Last name, for the user accessing a survey. 

pulldata("@property", 'userFirstName')
pulldata("@property", 'userLastName')

The doc here is where I pulled the formula. I can pull the email and username but not the first and last name. Survey123 Connect returns Unknown instead of the first and last name. 

TigerWoulds_1-1658329084642.png

What formula do I use to pull the first and last name through Survey123 Connect?

0 Kudos
2 Replies
DataOfficer
Frequent Contributor

Which version of Connect are you using? You may need to update to the latest version. I had a similar issue and updating resolved it.

GregKeith
Frequent Contributor

Possibly this from the documentation you cited?

¹ These parameters are dependent on what is present in the identity provider's configuration and may not be available in organizations that use authentication other than built-in authentication.

Also, have you tried 'userFullName'?