Describe the problem/error/question
Hey all. I am new to N8N but have some experience with make.com. I am bringing over my workflows from make to N8N; this workflow got me stumped. In make we have a “search” node for Airtable.
I am searching Airtable for a user ID.
I then check to see if that ID has been scraped. If YES, the second path will run an HTTP request to extract said user’s followers.
I then want to take those followers and add them to supabase so I can sort and query them later in the flow.
I am stuck with how to search supabase (or airtable) to ensure I am not adding duplicate records.
What is the best way to approach this? I have tried to “set” the ID at the start of the flow to reference later, but even with the merge node, I can never get the output of a node to output 2 inputs. Allowing me to pass the userid along the flow.
I have limited JS knowledge but I am learning. I have attempted the code node with no prevail.
Thank you.
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 0.233.1
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): N8N cloud
- Operating system: Windows 11 using ffirefox