Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

How to split out the signature of an email

(1) ShareShare
ReportReport
Posted on by 909 Super User 2024 Season 1

Hi,

I want to split out "internal" or any text after this date.

wonka1234_0-1719943760402.png

 

I am using this but not sure if its working correctly -

last(split(outputs('Split_Body_Text')[0],': '))

 

thanks.

 

  • Verified answer
    Damin Profile Picture
    63 on at
    Re: How to split out the signature of an email

    With Slice function, you will go stright to the result you want, so Slice it takes three parameters, the string of which you want to extract the characters, the second param is the start position, third the end position.
    I hope this could help
    Damin_0-1720708395825.png

     

  • wonka1234 Profile Picture
    909 Super User 2024 Season 1 on at
    Re: How to split out the signature of an email

    @Damin  This is kind of hard to follow, any screenshots would be appreciated.

  • Damin Profile Picture
    63 on at
    Re: How to split out the signature of an email

    you can initiate a variable of type string, ok, then you can split by '\', for example like this : split(outputs('Split_Body_Text'),'\') and this will give an output of array, when this done, you append to the string  split(outputs('Split_Body_Text'),'\')?[0] and split(outputs('Split_Body_Text'),'\')?[1],split(outputs('Split_Body_Text'),'\')?[2].
    I hope this could help

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 566 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 516 Super User 2025 Season 1

#3
stampcoin Profile Picture

stampcoin 492