How to send a generated csv file as an email attachment
In agent we are generating a csv file using out of the box pxConvertResultsToCSV activity and we are trying to attach the generated file in the SendEmailNotifcation activity.
But we are not able to pass the filename in the SendEmailNotification activity as it holds only the AttachmentPage as the parameter.
Any suggestions on how to attach the generated csv file to the email?
Thank you..