I'm trying to attach all row attachments to an email using automations. The problem is that the system seems to only include attachments that were generated by that process, and the files I need attached are from two different processes.
Files:
- image.png - Uploaded to the form. It currently shows in the approval page (Not broken)
- Order.pdf - Generated using "Generate Document" automation.
Order.pdf is easy to get by itself if I create a notification "when an attachment is added". But it does not include Image.png in the same email.
Here's the process as outlined in the image below:
- User fills out a form and attaches a file (image.png) to the form (Required).
- Source sheet receives the form submission with image.png attached, does calculations and then automates "Copy Row" to that new row.
- Destination Sheet Receives the copied row with image.png attached.
- The row is sent to a supervisor for approval via automation, image.png is included.
- If approved, the Generate Document" automation runs, creating Order.pdf
- Automation "When file is attached" runs and notifies me, but it only attaches Order.pdf and not image.png
THE QUESTION I NEED HELP ANSWERING IS: How do I get Order.pdf AND image.png sent to me in a SINGLE email, and only image.pdf sent to the approver?
Rules to follow:
- Approval process cannot take place on source sheet (it would be way too much hassle to do it there.)
- It must be in one email
- Approver must receive image.png
- Approver cannot receive Order.pdf
- I DO have access to DataShuttle and many of the other add-ons, Enterprise License.
Any help you can offer is much appreciated!
Edit: I also tried to add a 2nd approval workflow because at one point it included BOTH the attachments in the "Approve this request" email, but it doesn't anymore and I don't know what I changed. I even tried an "Update Request" to try and send the email with attachments, still not attaching the files to the message. In both instances, the files can be viewed only after clicking the link in the email.