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