Attach PDF in email from activity which is used in job scheduler
I have a requirement where if job scheduler runs it will call the activity I created and inside activity I write steps to send email based on some conditions. In the email, I have to attach a form which is in pdf format. I took the file from data-corr-form class and converted it to pdf using htmltopdf ootb activity. Now, the pdf file is in binary format. I want that pdf file to be attached in email not to work object.