I am trying to get Power Automate to add a checkbox or To-Do in the title of the page in OneNote. I need the user to confirm the page has been completed but they are not tech saavy. I have tried adding the To-Do tag after the <title> and even in a Compose action but I just get a blank space, using the <p data-tag="to-do"> </p>.
I want it to show like this:
Any help is appreciated!
Hi @CountDooku_415,
Try adding the data-tag attribute with the to-do value to the title tag instead of the p tag.
Below is an example
1. The HTML for the page content
<!DOCTYPE html>
<html>
<head>
<title data-tag="to-do">Title with To Do</title>
</head>
<body>
<p>Power Automate for the win!</p>
</body>
</html>
2. A test page with the to-do data-tag.
stampcoin
45
Michael E. Gernaey
25
Super User 2025 Season 1
Chriddle
21
Super User 2025 Season 1