How can you send a Report as an attachment using the Send Email step?

I am trying to send a Report as an attachment through the Send Email step, but whenever I receive the email the attachment is missing. How can I fix this?


Comments

  • Hi there,


    You may be experiencing this issue if you are trying to send one FileData object within the Send Email step.


    The Run Report step outputs a single piece of FileData, whereas the Send Email step requires a list of FileData for the attachments property. 



    When using attachments within a Send Email step, you must be sure to input a list of FileData for the attachments property. If attempting to send just one attached FileData object, you must ensure to Build Array on the attachments property of the Send Email step. Inputting the Report’s FileData as Item 0 should ensure the attachment exists on the receiving end of the sent email.



    Hope this helps!

Sign In or Register to comment.