Skip to content
Airtable Filter by ...
 
Notifications
Clear all

Airtable Filter by Formula and IF node

4 Posts
4 Users
0 Reactions
3 Views
shvz
 shvz
(@shvz)
Posts: 1
New Member
Topic starter
 

Hello everyone,

I'm encountering a bit of a puzzle with what seems like a straightforward task.

I'm performing an API call and then storing an ID in Airtable. My goal is to use a FilterByFormula such that if an ID is not found, it's considered a new post and proceeds to the LLM. However, since I have a batch of 239 items, I need to process them one by one.

I believe my Filter and IF branch are set up correctly. Essentially, if the ID exists in Airtable, the post is already recorded, so the evaluation should be False to skip. If the ID is not found, the evaluation should be True to proceed to the LLM.

Here are my filter and IF conditions. I've tested them: passing a known ID results in False, and passing an unknown ID results in True.

My concern is that since my IF statement is empty, I cannot pass any information from that node to the LLM. The system seems unable to determine which item to use.

Do you have any suggestions on how I can resolve this?

 
Posted : 19/10/2024 11:03 pm
n8n
 n8n
(@n8n)
Posts: 97
Trusted Member
 

It seems your topic is missing some crucial details. Could you please provide the following information, if relevant?

  • callin.io version:
  • Database (default: SQLite):
  • callin.io EXECUTIONS_PROCESS setting (default: own, main):
  • Running callin.io via (Docker, npm, callin.io cloud, desktop app):
  • Operating system:

Please share these details to help us assist you better.

 
Posted : 19/10/2024 11:03 pm
Imperol
(@imperol)
Posts: 13
Active Member
 

On the OpenAI node, try this:

instead of .item.json
try eg {{ $("DebugHelper").first().json.email }}

 
Posted : 20/10/2024 8:31 am
system
(@system)
Posts: 332
Reputable Member
 

This thread was automatically closed 90 days following the last response. New replies are no longer permitted.

 
Posted : 18/01/2025 8:32 am
Share: