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.
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?