Currently it will only create an untitled page.
If it can add more detail of the page for one note will be better.
Hi, you can put title inside the html "title tag". I tried it, works!
<html> <head> <title>Page Title</title> </head> <body> </body> </html>
Thanks @Andy1.
I have set up this way:
<html><head><title>@{triggerBody()?['Subject']}</title><meta name="created" content=@{triggerBody()?['DateTimeReceived']} /></head><body><p> From: @{triggerBody()?['From']}</p><p> To: @{triggerBody()?['To']}</p><p>Cc: @{triggerBody()?['Cc']}</p><p>Has Attachments: @{triggerBody()?['HasAttachment']}</p><p> Body of the email: @{triggerBody()?['Body']}</p></body><html>
This is great. to greate a page in Onenote, How about to write in the page? I don't create page everytime. Any idea please?
It is great to add the HTML sequence as Andy1 suggests.
Yet there should be a better / more user friendly way, so that no technical users can set this up by themselves.
This is wonderful thanks!
never-displayed