I"m not sure if this is possible. I have a table EndOfMonthReports, which has a link to a list of ClientExpenses. I would like to send an email with the report, and attach ALL the pdfs of each client expense, to the email. Also currently, the ClientExpense table has a field AttachmentPdf, and another one GoogleDriveLink. The Pdf would include the actual file as an attachment, while the GoogleDriveLink, as it name implies - has a link to google drive.
Ideally, the automation would attach all the EndofMonthReport > LinkedClientExpenses.AttachmentPdfs to the email, and also download all the GoogleDriveLinks and attach to the email as well. Is this somehow possible in Airtable? Or maybe via Make?