web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Convert Name to Email ...
Power Automate
Unanswered

Convert Name to Email Address

(0) ShareShare
ReportReport
Posted on by 21

Does anyone have a recommendation/example of the best way to take a field from Sharepoint and convert it to an email address.  I have a field in Sharepoint where a user selects a name (choice field).   I do not want to use a Person or Group field, as I want to make it a simple choice instead of them having to type in a name.  I want to take this name and convert it to an email address for futher use in the flow.  For example:

 

Choices in Sharepoint:

Bob Ross

Dale Earnhardt

Jim Croce

Taylor Swift

 

Output for use in MS Flow:

Bob.Ross@company.com

Dale.Earnhardt@company.com

Jim.Croce@comporium.com

Taylor.Swift@comporium.com

 

 

Any thoughts?  

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    There is probably a neater way of doing this but use a Compose action to use an IF statment for each:

     

    if(equals(triggerBody()?['FIELD IN SHAREPOINT']?['Value'],'Bob Ross'), 'Bob.Ross@company.com', '')

    if(equals(triggerBody()?['FIELD IN SHAREPOINT']?['Value'],'Dale Earnhardt'), 'Dale.Earnhardt@company.com', '')

    if(equals(triggerBody()?['FIELD IN SHAREPOINT']?['Value'],'Jim Croce'), 'Jim.Croce@comporium.com', '')

    if(equals(triggerBody()?['FIELD IN SHAREPOINT']?['Value'],'Taylor Swift'), 'Taylor.Swift@comporium.com', '')

  • v-bacao-msft Profile Picture
    Microsoft Employee on at

    Hi @bclarkuncc,

     

    You could use Expression-replace() to replace the space of the name with "." and then use the concat() function to add the domain name.

    I noticed that the domain name of the user's email may be different. I suggest adding a domain tag to the user's domain name in SharePoint list. The field type can also be Choice. Image reference:

    SharePoint list:

    38.PNG

    Flow:

    Formula reference:

    concat(replace(items('Apply_to_each')['employee_name']['Value'],' ','.'),'@',items('Apply_to_each')['domain']['Value'])

    39.PNG

    The result of this expression output is an email that can be used in other Flow actions.

    40.PNG

     

    Please take a try and let me know if you have any question.

     

    Best Regards,

    Barry

  • GabrielStJohn Profile Picture
    Microsoft Employee on at

    Hello, @bclarkuncc!

    Thank you for posting on the Flow Community Forum! Have you had an opportunity to apply @v-bacao-msft‘s recommendation to adapt your Flow? If yes, and you find that solution to be satisfactory, please go ahead and click “Accept as Solution” so that this thread will be marked for other users to easily identify!

    Thank you for being an active member of the Flow Community!

    -Gabriel
    Flow Community Manager

  • CH3RR3RA Profile Picture
    2 on at

    Hello @Anonymous 

    Would you be able to provide the same script but for flow.  Instead of pulling the data from sharepoint I would like to pull the data from a field in a form.  

     

    Any help you could provide would be appreciated.

     

    Thank you!

  • MM-05080756-0 Profile Picture
    442 on at

    Hi @v-bacao-msft ,

    I found this thread when swarching for a way to create e-mail address out of Sharepoint list field. Great, thanks!

    But, in my case it is a bit more elaborate:

    1. first name and surname are in different columns, and
    2. some first names and/or surnames contain the letters å, ä or ö.

     

    How do i tweak this expression

    concat(replace(items('Apply_to_each')['Fornamn'],' ','.'),'@',items('Apply_to_each')['Domain'])

     to create fornamn.efternamn@mydomain.com, from this:

    Namnlös.png

    Column names are Fornamn, Efternamn, Domain

  • lucy96 Profile Picture
    2 on at

    hi digitech

     

    do I have to change "Value" to my column name. how does power automate  know which column I'm referring to.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 276 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 169

#3
Haque Profile Picture

Haque 154

Last 30 days Overall leaderboard