Hello everyone,
I’m currently working with an automated process that involves Google Drive. I have an automation that works perfectly but it’s costing me to many operations (img below).
So I was trying to make it less “greedy”.
I thought about moving the aggregator module before the Download module from GDrive (so I can get one bundle instead of six in this case). But when I do that it seems the download module struggle to find the fileID (even when using the map function). Blueprint export attached.
I have found similar topics online but none of them helped me.
Any idea how I can make this work ?
blueprint (1).json (49.0 KB)