Airtable Node "Search Record" to IF Node Stops/Breaks if Result from Airtable is [undefined]

I am curious if I simpl search for a record within Airtable then my next Node is an IF statement, how would I make the IF statement proceed forward with the following criteria:

TRUE = [undefined]
FALSE = jason filed or any field is present

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hey @Techy_Tok,

Welcome to the community :tada:

It should be pretty much as you have it so in your If node you can check to see if a json field is empty and also use javascript in an expression to check if a value is undefined although checking if it exists will also do the same thing.

If you have an example workflow or some example data we can take more of a look.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.