UserProfileLookup International WorkPhone

  • 16 November 2016
  • 2 replies
  • 0 views

Userlevel 3
Badge +8

Greetings,

On a nintex form I'm using a formula to query the user profile service for a user's work phone.

Formula = userProfileLookup(UserFullName,"WorkPhone")

Our phone numbers all in the international dialing format +1 or +508 etc.

Viewing my profile in SharePoint our numbers show up as +11111111111 or +50811111111111 etc.

Yet, my form drops the + . Is this by design? The only way I can add the + back is to add a value prefix.

Thanks


2 replies

Userlevel 5
Badge +14

this was known issue with calculated value control on older forms version.

it seems to be resolved in newer ones, see Calculated LookUp Value on Form Visibility Issue 

Userlevel 3
Badge +8

Thanks,

My save as data type is already a string. I've also changed it to other formats and changing it back to a string.

Reply