Workflow too hard for me

Hello, I have an “issue” with n8n.

I would like to create an automation that allows me to update a Lucca collaborator’s data using an Airtable sheet, but not update the entire Lucca database. Basically, I want the Airtable field containing the collaborator’s data to be synchronized with the collaborator’s data on Lucca. The problem is that my Airtable fields are linked to fields in another table, so when I run a GET request on Postman, for example, I don’t get the data but the ID of the other field. I know that to retrieve the data, I need to link the other table as well, but I don’t know how to link more than one table to a workflow.
image

To do this, I created a button on Airtable that serves as a trigger on n8n, and I followed a tutorial. Unfortunately, I don’t understand it. I’ve been working on this project for 2 weeks, and I need to do this as part of my internship to validate my year. Of course, I used ChatGPT for help, but I still can’t figure it out. Does anyone have any ideas on how to do this?

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:

Welcome to the community @lbn909 :tada:
Sorry to hear that you’ve been stuck on this for a while and glad you found the community to post your question.

Could you maybe share your workflow or parts of it here by copy & pasting the workflow JSON content in between two block quotes (```)?

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