Hello,
I’ve set up an automation to update an existing wordpress post with certain information I have from google sheets.
Let’s say that first section of the post is one google sheet row worth of information.
The issue is that when there’s a new row added, instead of adding the information BELOW the first section, it just replaces/edits the section that’s already there.
Is there any way to fix this? So that when I trigger update post in wordpress option, it will actually start adding the information at the bottom (or top) of the article, instead of replacing already excisting text?
Thank you