I’m building an automation that uses a webhook to fetch a news item that has been posted to the rss.app feed. But this service has a huge problem: they can duplicate the same news item 10 times, so the webhook will also fetch it to my feed 10 times. I contacted their support service, the only thing they advised was to create a data store on the make.com side, but I never deal with it. Please help me to set up my script so that the automation looks in the data store, if the news title already exists, then there is no need to publish the news, if it does not exist yet, then it should be published and recorded in the data store so that it does not have to be published again in the future.
blueprint.json (46.6 KB)