Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Daily email with tasks

(0) ShareShare
ReportReport
Posted on by 40

 

 

 

 

Flow.PNG

 

Trying to create a flow that lists all my tasks from my planner site then email me a list daily. As you can see from the screenshot I have managed to grab the title for each item, but I don't know how to put those items into a list to me used in the email

 

Suggestions appreciated

  • gamoraes Profile Picture
    1,040 on at
    Re: Daily email with tasks

    Hi @djw1005

     

    Sorry, i forget a quotation mark before variable name. The correct compose is:

     

    "@concat(variables('strTitle'),' ',item()?['Title'])"

     

     

    Best Regards,

     

    Gustavo Moraes

  • djw1005 Profile Picture
    40 on at
    Re: Daily email with tasks

    Hi there,

     

       Tried that but I get the following error when adding the input to my compose item

     

    "@concat(variables(strTitle'),' ',item()?['Title'])"

     

     
    The template validation failed: 'The template action 'Compose' at line '1' and column '1376' is not valid: "Unable to parse template language expression 'concat(variables(strTitle'),' ',item()?['Title'])': expected token 'LeftParenthesis' and actual 'Literal'.".'.
     
    Any idea why?
  • gamoraes Profile Picture
    1,040 on at
    Re: Daily email with tasks

    Hi @djw1005

     

     

    You can use a string variable and concat to then. I did a flow to examplify the use.

    The first print is how i did and the second the result.

    The red letters are the name of my variable and the column of my concat

     

    OBS: Dont forget to use double quotations marks in your compose like this

    "@concat(variables(Tarefas'), ' ' , item()?['Title'])"

     

    How i DidHow i DidResultResult

     

     

    Best Regards,

     

    Gustavo Moraes

     

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June 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 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1