I’m building a workflow that monitors Gmail for new emails with attachments. A Code node splits all attachments into individual binary items labeled data. A Google Drive node creates a folder for each email, and the files should be uploaded into that folder. A Merge node ensures both the folder is created and the split attachments are ready before upload.
The issue is that the Upload File node cannot reliably reference both the attachment (binary.data) and the newly created folder ID. I’ve tried multiple structures, but Upload File either loses the folder reference or fails to recognize the binary file. I haven’t found a configuration that allows both to be referenced correctly.