Skip to main content

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

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 


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