Using Typeahead field to show email address | Community
Skip to main content
Level 3
October 9, 2025
Solved

Using Typeahead field to show email address

  • October 9, 2025
  • 1 reply
  • 286 views

Is there anyway to show the email address in a typeahead custom field instead of the user name?

Even though when typing in a user, the email adress is visible, I need the populated field to show the email address, not the name in the submitted request form.

Or, can this be done using calculated fields?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SuryaLakhani

@workfrontwhiff, you can do this with a calculated field. Calculation would look something like:

{DE:Your Typeahead User Field}.{emailAddr}

1 reply

SuryaLakhani
SuryaLakhaniAccepted solution
Level 4
October 9, 2025

@workfrontwhiff, you can do this with a calculated field. Calculation would look something like:

{DE:Your Typeahead User Field}.{emailAddr}
Level 3
October 9, 2025

Thank you!