My node workflow takes a news post from one Telegram channel, generates a new post for another channel, and then publishes it. The problem is that it automatically posts the same news item 3–4 times.
The workflow looks like this:
RSS Feed Trigger → OpenAI (undesired post classifier) → IF node (passes only suitable posts) → OpenAI post generator → Telegram posting
How can I configure it so that the RSS Feed Trigger processes each new post only once?
If there is a new post from the feed. The RSS trigger will be activated.
So if there are duplicate post from the trigger. Then it’s not easy to check.
Maybe you need some sheet or airtable to record which post has been process and compare if it’s already in the sheet.
The problem is not that there are multiple different posts from the RSS feed. The issue is that the same single RSS post is being triggered multiple times by the RSS Feed Trigger node itself. When one new post appears in the RSS feed, the RSS trigger somehow fires 3-4 times for that exact same post, causing the entire workflow to run multiple times for the same content.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.