I am creating and or updating Wordpress posts depending on whether the post exists or not (Google Sheets to Wordpress).
I do “Wordpress, search posts” using the title to see if the post exists, if it does then the scenario updates the existing post, if it doesn’t, it creates a new post.
BUT..when there are posts with similar names, it ‘updates’ and overwrites the data in the similar one instead of creating a new post.
For example: If I have a post called “Summer Walks” and my new post is “Summer Walks with Friends”, The scenario checks for existing posts, incorrectly finds “Summer Walks” and replaces the content in it with the new content, but it should find no existing post and create a new post called “Summer Walks with Friends”
I’ve manually worked around it by temporarily renaming the field in the Google sheet to “SummerWalkswithFriends” so that it matches nothing and then manually renaming it in Wordpress but that’s absurd and very error prone.
Any solution to this?