Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Get updated OneNote title and link

(0) ShareShare
ReportReport
Posted on by 9

I tried to use the flow to create a Planner task whenever a page is created in a specific Notebooks. There has been one flow to do this, but the flow have some problems:

1. The default page title is blank. As i type the title in, the title is not updated completely into the flow (exp: I type "ABCDEFGH" in to the title, the flow only recognized it as "ABC") It happened alot as I used to name the title a little bit long. The result of this problem is that the planner title is also show as unfinished.

2. When i clicked the link to the specific page that is automatically place into the description field of the Planner task by the flow, it keep return the error:

Missing header MS-INT-APPID

 I tried to add a delay after the code is triggered, but I still cannot get the full title and a correct link.

Please help me! I would be deeply appriciated. Thank you all!

  • AnNguen Profile Picture
    9 on at
    Re: Get updated OneNote title and link

    Awesome Solution! Thanks alot for your help!

  • Verified answer
    v-bofeng-msft Profile Picture
    on at
    Re: Get updated OneNote title and link

    Hi @AnNguen :

    If you want to get the page's link just try "OneNote web url":

    v-bofeng-msft_0-1623375091404.png

    Best Regards,

    Bof

     

  • AnNguen Profile Picture
    9 on at
    Re: Get updated OneNote title and link

    awesome! That solved the title part of the problem.

    Can you check the link to page part of the problem. I use this in the Update Task Details:

    AnNguen_0-1623319121421.png

     

    the link is generated, but when i clicked it, it return the error:

    Missing header MS-INT-APPID

     I assumed that it also need a expression to get the correct link, but in the Get Page Content I cannot see the "link to page" field. Please help!

    P/s Thanks for your prompt assist!

  • v-bofeng-msft Profile Picture
    on at
    Re: Get updated OneNote title and link

    Hi @AnNguen :

    The point is that the dynamic content-"Page title" comes from your trigger instead of the "get page content" action.

    v-bofeng-msft_0-1623318457745.png

    I suggest you try this expression:

    split(split(outputs('Get_page_content')?['body'],'<title>')[1],'</title>')[0]

    v-bofeng-msft_2-1623318756649.png

     

     

    v-bofeng-msft_1-1623318735304.png

     

    Best Regards,

    Bof

     

  • AnNguen Profile Picture
    9 on at
    Re: Get updated OneNote title and link

    The problem persist, please check this:

    AnNguen_0-1623317918497.png

    I added a get page content step to check, the result is as follow:

    AnNguen_1-1623318011288.png

    As you can see, the title in the get page content is updated, but not the title string that is recognized in the page title string, therefore the title of the task created is unfinished

  • v-bofeng-msft Profile Picture
    on at
    Re: Get updated OneNote title and link

    Hi @AnNguen :

    I've made a test but did not encountered the problem you mentioned:

    v-bofeng-msft_0-1623316380917.png

    v-bofeng-msft_1-1623316398578.png

    I suggest you sing the delay time to get the full title. You may not be able to get the complete title because the data is not synchronized in time.I suggest you to manually sync immediately after creating the title.

    v-bofeng-msft_2-1623316825617.png

    v-bofeng-msft_3-1623316857468.png

    Best Regards,

    Bof

     

     

     

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