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 / Getting an email addre...
Power Automate
Answered

Getting an email address out of planner body

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I'm fairly new to flow and wanted to extract an email address out of a planner tasks body. They body always looks the same. The very first row always looks like his:

 

Contact: something@whatever.com (can vary in length)

text text text

 

I would like to send out an email if the task is closed to the mail address in the first row. How could I achieve this?
This is what I've tried so far and it's not working at all:

substring(body('get_task_details')?['description'], 10,lastIndexOf(body('get_task_details')?['description'],))
 
But I can not quite wrap my head around it yet, it looks like this thus far:
 
I appreciate your help!
Categories:
I have the same question (0)
  • efialttes Profile Picture
    14,756 on at

    @Anonymous 

    If all email addresses ends with .com, you can use the following

    lastIndexOf(body('get_task_details')?['description'],'.com')

    Hope this helps

  • efialttes Profile Picture
    14,756 on at

    Hi again

    As an alternative approach, you can use replace() and indexof() instead

     

    Step #1: replace 'Contact: ' (including the space separator) by '' (empty)

    Step #2: use indexof() to find the first space (' ')

    Step#3: use substring to extract the email address, starting from 0, taking the result from indexof() as the target length.

     

    Hope this helps

     

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @efialttes wrote:

    @Anonymous 

    If all email addresses ends with .com, you can use the following

    lastIndexOf(body('get_task_details')?['description'],'.com')

    Hope this helps



    Thank your for the response!

     

    This came back though because it tried to send the message to "22" instead of the mail address, I'm assuming because he's counting the characters before ".com"?

    {
    
    "status": 400,
    "message": "One or more recipients are invalid.\r\nclientRequestId: 5a8df2c4-07b3-4acc-b634-00a0cd9906c3\r\nserviceRequestId: 67781085-ed45-44af-9e8d-ac2b29f1fc40",
    "source": "office365-we.azconn-we.p.azurewebsites.net"
    }

     

     

    Edit: Oh sorry, I get it now > will try tomorrow and report back

  • Verified answer
    v-yamao-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

     

    Have you figured out a solution for this issue?

     

    Please take a try with the following code to see if it will work for you:

     

    substring(body('Get_task_details')?['description'],add(indexOf(body('Get_task_details')?['description'],'contact'),8),sub(lastIndexOf(body('Get_task_details')?['description'],'.com'),4))
    
    

     

    I have made a test and it is working fine.

    1.PNG

     

    Best regards,

    Mabel

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thank you so much, you helped a ton!

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