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 / Extracting Information...
Power Automate
Unanswered

Extracting Information from a Planner task Description

(0) ShareShare
ReportReport
Posted on by 5

Hello Everyone,

 

I've created an automation that creates a Planner task when a form is responded (Microsoft forms), every fields from form goes to the task description, but then I created another flows, that sends an email when a task is completed and now I need to take only one field in the task description and put it in the email. What could I do? I've separated the fields values ​​in the task description with ";".  Should I create a variable?


Note: When the automation takes the task description to the e-mail it comes a long text separated only with spaces. For example:


Task Description:
Name: Ariadne;
Age: 22;


E-mail Body:

Name: Ariadne; Age:22; ......

Categories:
I have the same question (0)
  • Paulie78 Profile Picture
    8,424 Moderator on at

    You could replace the semicolons with HTML line breaks in a compose action, with an expression like this:

    replace(outputs('taskDescription'), ';', '<br />')

    you need to replace outputs('taskDescription') with whatever contains your string. Then you can use the outputs of this compose in your email, and it will have line breaks instead of semi colons.

  • Ariadne Profile Picture
    5 on at

    Hello @Paulie78,

     

    Thank you for your response, it's a very interesting ideia, but I need to send only some informations from the task description, for example:

    Taks Description:

    Name: Ariadne;

    Age: 22;

    e-mail: test@e-mail.com;

    Subject: Login Problems;

    Description: I can't login in my account;

    Resolution: Hey Ariadne, I've solved your problem, try to log again.

    E-mail body that I need to send:
    Subject: Login Problems;

    Description: I can't login in my account;

    Resolution: Hey Ariadne, I've solved your problem, try to log again.

    So I don't want to send all information present in the task description. There is another posibility?

  • Paulie78 Profile Picture
    8,424 Moderator on at

    Should be, what bits of information do you want?

  • Ariadne Profile Picture
    5 on at

    Hello @Paulie78,

    There are 4 fields, they don't have an exactly size, because it depends on the problem I will receive, but they are all in text format and they all have ";" in the end.

  • KateTsk Profile Picture
    6 on at

    Hello, do you have any updates about this? I'm also having trouble extracting certain fields from the description. In my case I'm pulling out the e-mail of the person who submitted the form and adding into the description, along with the other responses collected in the form. What I want to do afterwards is, when the task is completed I want to send an e-mail to the person who submitted the form and inform about completion. 

    Would be great if anyone can suggest what is the best way of achieving it. 

     

    Thanks!

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 470

#2
Haque Profile Picture

Haque 416

#3
David_MA Profile Picture

David_MA 344 Super User 2026 Season 1

Last 30 days Overall leaderboard