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 / Extract email addresses
Power Automate
Answered

Extract email addresses

(0) ShareShare
ReportReport
Posted on by 8
Hello, I would like to extract only the email addresses from a string of any length input into Microsoft Forms, such as "Mr. A <aaa@aaaa.com>; Mr. B <bbb@bbbb.com>; Mr. C <ccc@cccc.com>; ...", and generate a semicolon-separated string. How should I build the flow in Power Automate?
 
Categories:
I have the same question (0)
  • Verified answer
    Chriddle Profile Picture
    8,525 Super User 2026 Season 1 on at
    Do you want to do this to send an email to these addresses?
     
    If so just use the original string.
    It's a valid "To" value for emails: Mr. A <aaa@aaaa.com>; Mr. B <bbb@bbbb.com>; Mr. C <ccc@cccc.com>
     
    If you still want to do this, you can do the following:
     
    Select
    From:
    split(outputs('Compose'), ';')
    Map:
    slice(
    	item(),
    	add(
    		indexOf(
    			item(),
    			'<'
    		),
    		1
    	),
    	indexOf(
    		item(),
    		'>'
    	)
    )

     
    Compose 2
    Inputs:
    join(body('Select'), ';')
     
  • Suggested answer
    Summit-K1004 Profile Picture
    8 on at
    DearChriddle, Thank you for your prompt reply! It worked well on my flow.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 86 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 55

#3
Ellis Karim Profile Picture

Ellis Karim 53 Super User 2026 Season 1

Last 30 days Overall leaderboard