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!