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,708 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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 391

#2
11manish Profile Picture

11manish 276

#3
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

Last 30 days Overall leaderboard