I have a scenario which identifies file URLs stored in Monday.com, downloads them via HTTP GET (they’re in a Connect Boards column which is why I can’t grab them directly from Monday) and then adds them to a zip archive. However I always get multiple zip files - equal to the number of files passed to the input.
I feel like I should be doing something with arrays, but I’ve tried a few times and I don’t know what I’m doing! Any advice?