Airtable Find Record from linked id

I have two tables in airtable “leads” & " Campaigns"

Within the campaign table I have a linked field to a given lead (i.e a campaign is linked to a lead)

I am trying to get all campaign records where the linked field is the id of the lead that it’s linked to and it not returning any campaign records even though the lead_id is correct?

What is the error message (if any)?

It doesn’t pull any records?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hi, @Amando_Garza

From the screenshot, I see that the Merge node is outputting 2 items — is that intended in your workflow design?

Also, is this expression FIND("reccMhM/33WDG8RQL", (Lead) & ") working in Airtable? Have you tested it manually?

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