need email id under requested for

Dipali_Pawar
Tera Contributor

Hi , 

My requirement is I want only email id of user not a user name . I have mentioned only email in variable attribute  still user name is showing (I can't change display value at table level because it will affect on other catalog item but i want only on one form) . has anyone faced same issue ? if yes please suggest how to achieve this 

 

Dipali_Pawar_0-1730112709442.png

 

15 REPLIES 15

This is user selection field so from there user want to select email id , it is not like a logged in user 

GogiR
Tera Contributor

@Dipali_Pawar ,

Try using the Look Up Select Box variable type and select the look-up field as Email.


GogiR
Tera Contributor

Hi @Dipali_Pawar ,

Try to use the Look Up Select Box Variable type and use the look-up field as email.

Tried but it has record limitations 

JenniferRah
Mega Sage

If you use a Lookup Select Box instead of a Reference field, you can see the email and store it rather than seeing the display value of the table and storing the sys_id. It would look something like this (I used the sys_user table because I don't have the same table you used.):

 

JenniferRah_0-1730123982454.png

 

The end result looks like this:

JenniferRah_1-1730124041519.png