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 / Power Automate - Plann...
Power Automate
Answered

Power Automate - Planner - Read Additional Lines from Notes/Description Field

(0) ShareShare
ReportReport
Posted on by 16

Hi,

 

I am new to Power Automate, recently I had seek assistance with reading content from the Notes/Description field within Planner using Power Automate (Solved: Email to Submitter of Forms - Power Platform Community (microsoft.com)

 

The solution to this flow was to use 

trim(first(split(trim(outputs('Get_task_details')?['body/description']),decodeUriComponent('%0A'))))

This as I understand it reads the first line within the Notes field. 

 

I was wondering if something similar would be able to also ready other lines within the field? Eg. 4th Line or anything after a certain keyword.

 

Thanks,

 

Richard

 

 

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

    Hi @richardsharma ,

    If you want to extract the fourth line in the Notes field, modify the expression and change "first" to [3].

    trim(split(trim(outputs('Get_task_details')?['body/description']),decodeUriComponent('%0A'))[3])

    If you want to extract anything after a certain keyword,

    trim(split(trim(outputs('Get_task_details')?['body/description']),'keyword')[1])

     

    Best Regards,

    Sunshine Gu

  • richardsharma Profile Picture
    16 on at

    Hi @v-yetonggu-msft ,

     

    Thank you very much for your assistance, this works exactly how I wanted it to. 

     

    Kind regards,

     

    Richard

     

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 283

#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