Everything in this workflow works up to compressing the file, but it fails when uploading to Baserow. It reads all the URLs from a file field in Baserow, downloads the files, merges them, and compresses into a zip. And the zip downloads and works when I do it manually in that node of the Baserow editor.
Is there anything else I need to do after the compression node to prepare the file for upload to the Baserow API as a multi-part form HTTP request? Is the Compression node passing the output as binary?
I have the whole workflow working now. It reads all the files from a file column, compresses them and saves the zip back to a new column in the same row!