Hi all,
I am working on my first n8n automation with loops and numerous data sources.
I need to retrieve information from three different tables (Properties, Users, and Management Company). The automation should create an invoice for each property (30 in Airtable) and send it as a PDF attachment.
The PDF part is taken care of since I am familiar with APITemplate.
To test the automation, I am currently populating an HTML file.
The template should include specific user information such as name, email, and some general information from the ‘Management Company’ table, i.e., company name, company email, etc. I obtain the individual items from the ‘loop over’ node and the general information from the ‘merge’ node.
In the three-table automation, I have all the information, but it doesn’t loop, and I only get one output.
In the two-table automation, excluding the Management Company (the one I started with), I receive information from both tables, and it loops.
I have been struggling with this (most likely) very simple issue for a few hours, and it confuses me more and more.
Can anyone help me with this, please?
Here is the blueprint - I hope the above and the blueprint make sense.
Thank you very much in advance.
Warm regards,
Jan