Skip to main content

Notifications

Community site session details

Community site session details

Session Id : w9nonMHfzhy3TttJOlTf5F
Power Automate - Building Flows
Answered

Change body of Trello card that has been emailed.

Like (0) ShareShare
ReportReport
Posted on 18 Jan 2018 12:22:45 by

Hi,

 

Any help much appreciated - 

 

I use the email to board function of trello, and would like to use Flow to remove the email tail that my company adds - a "the contents of this email.........." disclaimer thing. Currently, the Card arrives on the board with this t the end of the body.

 

Would this be possible in Flow?

 

Many thanks,

 

Pete

  • Verified answer
    v-xida-msft Profile Picture
    on 19 Jan 2018 at 09:31:25
    Re: Change body of Trello card that has been emailed.

    Hi @peteM,

     

    Could you please share a screenshot of your flow's configuration?

    Could you please share a bit more about the disclaimer thing within body of the email?

    Further, do you want to remove the disclaimer thing and create a card based on body of email in Board of your Trello?

     

    I assume that the disclaimer thing is existed in the end of Body of your email and the format of your email body as below:23.JPG

    I have made a test on my side and please take a try with the following workaround:

    • Add a "When a new email arrives" trigger.
    • Add a "Html to text" action, Content set to Body dynamic content of the trigger.
    • Add a "Compose" action, Inputs set to following formula:

     

    indexOf(body('Html_to_text'),'The contents of this email')

     

    • Add a "Compose 2" action, Inputs set to following formula:
    • sub(length(body('Html_to_text')),outputs('Compose'))
      Add a "Compose 3" action, Inputs set to following formula:
    • substring(body('Html_to_text'),outputs('Compose'),outputs('Compose_2'))
      Add a "Compose 4" action, Inputs set to following formula:
    • replace(body('Html_to_text'),outputs('Compose_3'),'')
      Add a "Create a card" action, Card Description field set to output of "Compose 4" action.

    Image reference:24.JPG

     

    25.JPG

    The flow works successfully as below:27.JPG

     

    28.JPG

     

    26.JPG

     

     

    Best regards,

    Kris

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard
Loading started