I’ve seen a couple of postings that sort of sound similar so apologies if this is elsewhere and I couldn’t find it!
I have a table, “Requests”, that is filled in by a form. When a new record comes in, an admin will review the submission and then check a box to trigger a welcome email. I’d like to be able to attach a PDF (always the same PDF) in the welcome email. I don’t want to pull this PDF from each record because that will eat away at our space (and because it’s always the same PDF), so I’ve placed this PDF in another table (called “Resources”) in the same base.
I’ve set up an automation that:
- Triggers when an admin checks the “Send Welcome Email” box in the “Requests” table
- Does a “Find Records” on the “Resources” table to find the attachment I want
But I think this method is failing because it sees it purely as a reference and not as the actual PDF. If I don’t want to use a third party app like Zapier, and I don’t want to embed a link to the PDF in the body of the email, is there any other way to resolve this?
Thanks!