Hello,
I am trying to create and update planner taks for onenote created pages. I was able to achieve creating a planner task for onenote page, now i want to extend the flow and update the task if there is new things added to OneNote page, which does not work.
Here is the flow.


Compose:
replace(outputs('Html_to_text')?['body'], items('Apply_to_each')?['title'], '')



Condition:
length(body('Filter_array'))
Please correct me if i doing it wrong, thank you.
Regards,