Hi guys, n8n newbie here - heavy Make.com user so nocode key concepts are very familiar
I want to backup my entire Airtable base and I am doing that by getting all the bases tables, then iterating over these and getting all records for one table. Afterwards I want to create a CSV and upload it to Google Drive.
I tried it at first without the Loop node but it returned a wrong number of items for my CSV. Since I have 31 tables in total that’s also the number of CSVs I’m expecting with a different amount of lines.
After creating all the CSV I would like to upload them one by one to Drive.
Can anyone tell me what I am doing wrong here or maybe if someone has done a similar thing and is able to helo out?
Yeah thats one of those things where I’ve seen both, really he shouldn’t need it, but I’ve had plenty of nodes(especially when working with files) need an explicit loop.