Reference field shows number instead of User Name

Steve2000
Tera Contributor

Hello,

as you can see the "Requestor" und "Representative" is wrong displayed.

Both of them are mapped to the field and the reference "User [sys_user]" 

I created a custom table, what did I do wrong here?

 

 

Steve2000_0-1681929011393.png

 

1 ACCEPTED SOLUTION

Elijah Aromola
Mega Sage

Both of those fields don't look like reference fields, they look like string fields. If you're mapping a reference value to a string field, the value will be the sys_id of the user. You either need to change those fields to be references themselves, or you need to use the display value when setting those fields.

View solution in original post

2 REPLIES 2

Elijah Aromola
Mega Sage

Both of those fields don't look like reference fields, they look like string fields. If you're mapping a reference value to a string field, the value will be the sys_id of the user. You either need to change those fields to be references themselves, or you need to use the display value when setting those fields.

Thanks, it was so simple 😄