Update the content of a Wordpress page

Hello everyone, I would like to do something that I thought was pretty easy to do, but it’s turning out to be quite tricky.

Basically, I would like to update an existing wordpress page not add new content. I already implemented the soluion @samliew gave in this thread https://community.make.com/t/update-wordpress-post-without-overwriting-content/17529 and, although it’s working great (thanks samliew for pointing me in the right direction), it doesn’t do what I need: this adds content to an already existing page but it doesn’t update it.

A page is made by different H2s some H3s and of course the text. I would like to change a specific H2 or part of a paragraph without touching the rest. I think I should map the content on the page so I can change it to what I need, but the content on the page I would like to update is mixed with the HTML of the page.

How can I achieve this?

Thanks!

Hi everyone!
Any ideas on how could I go to solve this?

I thought I could put in the “content” section of the module the HTML I grab from a “Make an HTTP request” and isolate the parts I would then map, but it’s going to be a very long process.

If you have a better idea, I am all ears, if not I will go on this way.

Thanks!