Hello, I need your help. My scenario aims to find sports articles about football and suggest them to me.
Once these articles are suggested, they are added to an Airtable database (columns: URL and content).
To accomplish this task, my scenario is supposed to retrieve the list of already transmitted URLs and transfer them to Perplexity.
In the context of this AI, I ask it to find sports articles for me, but the URL should not already be present in my Airtable database.
However, it’s not working… The AI suggests the same article multiple times. Can you help me? Thank you.
You are using an aggregator and that is why it is suggesting the same article. Its choosing the first one.
Remove the aggregator and then each of your url will be sent to perplexity.
Thank you for your response. Initially, I hadn’t included an aggregator, which resulted in as many requests being sent to Perplexity as bundles generated by Airtable. In my case, it mostly seems like the URLs are not being ignored. I would like to find a way to instruct the AI to compare the URL of the found article with those present in Airtable, and if the URL is identical, it should find another article.
Instead of having AI compare it just use a router and filter. If both URLs match have it look again, if not it may proceed with the scenario.