need email id under requested for
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 03:53 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 06:01 AM
This is user selection field so from there user want to select email id , it is not like a logged in user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 04:23 AM
@Dipali_Pawar ,
Try using the Look Up Select Box variable type and select the look-up field as Email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 06:04 AM
Hi @Dipali_Pawar ,
Try to use the Look Up Select Box Variable type and use the look-up field as email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 10:25 AM
Tried but it has record limitations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 07:01 AM
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.):
The end result looks like this: