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 / Send email to recipien...
Power Automate
Unanswered

Send email to recipient hich parsed in email body using html to text

(0) ShareShare
ReportReport
Posted on by 4

Dear all,

 

I want to automatically forward or send new email to recipients which must be parse in email body through html to text, but unfortunately I don't know how to split or parse it, please find example below :

 

Dengan hormat,

05 Desember  2021 : 137 Toko kirim DT

No

Store

Keterangan

1

 150

 Belum kirim DT

2

 326

 Telat kirim DT

3

 457

 Telat kirim DT

 

I need to send email to recipient "150@someexample.com" and "326@someexample.com" and "457@someexample.com" with Subject : "05 Desember  2021 : Please be informed"

 

How to do that in Power Automate ?

 

Many thanks in advance,

 

Regards,

 

Hendrik

Categories:
I have the same question (0)
  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @Hendrik_Saiyan :

    I've made a test for your reference:

    vbofengmsft_0-1640671186937.png

    vbofengmsft_1-1640671267994.png

    Expression1:

    div(
     length(
     split(
     split(outputs('Compose'),'Keterangan')[1],
     outputs('Compose_2')
     )
     ),
     3
    )

    Expression2:

    split(
     split(outputs('Compose'),'Keterangan')[1],
     outputs('Compose_2')
    )[mul(2,variables('Count'))]

    Expression3:

    concat(
     split(
     split(outputs('Compose'),':')[0],
     outputs('Compose_2')
    )[1],': Please be informed')
    

    Result:

    vbofengmsft_2-1640671301706.png

    Best Regards,

    Bof

     

     

  • Hendrik_Saiyan Profile Picture
    4 on at

    Hi @v-bofeng-msft ,

     

    Thanks for your help, but when I try exactly the steps, I got "1@someexample.com", maybe I did some editing mistake ?

     

    Regards,

     

    Hendrik

     

     

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

    Hi @Hendrik_Saiyan :

    please try:

    vbofengmsft_0-1640745224353.png

     

    split(
     split(outputs('Compose'),'Keterangan')[1],
     outputs('Compose_2')
    )[add(mul(2,variables('Count')),1)]

    Best Regards,

    Bof

  • Hendrik_Saiyan Profile Picture
    4 on at

    Hi @v-bofeng-msft ,

     

    Just did it, but the result become only @someexample.com

    Thanks for your response,

     

    Hendrik

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

    Hi @Hendrik_Saiyan :

    Please consider providing the original html text for me to test(Pay attention to replace private information).

    Best Regards,

    Bof

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
Haque Profile Picture

Haque 286

#2
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard