Hello guys,
I am trying to make a workflow, which uploads all attachments in GMAIL message to a Google Cloud Storage. I have a perfectly working workflow, just there are two issues:
-
File upload step says “No binary data exists on the item!” - seems the step with BINARY and FILE UPLOAD steps need to be close to each other, otherwise it failed. How to solve that
-
Upcoming problem is how to make this workflow suitable for multiple attachments.
I have followed this post How to upload multiple binaries to a S3 bucket? and there is a problem when “Split Up Binary Data” is NOT a next step after GMAIL. How to improve “Split Up Binary Data” to make this work?


