Hi. I’m having issues with combining a list of files from 2 different output streams. What I am trying to do is the below:
- There are a list of Google Drive share file links. Iterate through these, get the ID, download the file
- Each report record in Airtable will have a GeneratedPDF. This should be downloaded as a file.
- All the downloaded files from Google Drive, plus the generated PDF file in airtable should be combined to sent in one email in Mailgun.
I’ve managed to do just one or the other - sending only the google drive files, or only the airtable attachment. The issue seems to be combining them together in one array, to send to Mailgun.
below is the current test scenario, which does not work. The biggest issue I’m facing is that the object output of Google Drive download, vs the Http Get File download do not match, hence I cannot easily aggregate them together. Also, I would need to ideally aggregate both the data of the file, and also it’s filename so these are used to be sent to Mailgun.
Attached you can find the blueprint, if it helps.
blueprint.json (114.9 KB)
Any advice would be greatly appreciated!
Regards,
Karl