I’m trying to extract a PDF attachment from an email received via our customer service platform Help Scout. I then want to upload the attachment to Google Drive. Here’s the basic flow.
So I figure I probably need an array aggregator in the flow. Now when I reference the Array in the Data section of the Google Drive module, I’m unsure which bit I should be using as the reference…
You need an iterator instead of an array aggregator. Just use the iterator and pass the attachment array to it. Plus, Since there is no file data over there, you will need to use HTTP apps > Download a file module before the Google Drive Upload one.