Display Full name in a Readonly a!PickerUserField/ User() function

Hi! 

I am using Appian v17.3 and I have encounter a problem when I was using a!pickerFieldUsers() function in SAIL

 
a!pickerFieldUsers(
label:"Name",
value:"jho",
readOnly: true
),

The preview shows the full name 

But it fails when it goes to Tempo

----------------------------------------------------------------------------------------

The problem also happened when I use the user() function to get the full name

concat(
User(
"jho",
"firstName"
),
" ",
User(
"jho",
"lastName"
)
)

The preview shows the full name 

But it fails when it goes to Tempo

=======================================

May I know why is that?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data