Here I am trying to save the file in a folder whose path is taken from Config, I want to save the file as PDF after the full name of the user and send mail.
I tried running the Performer it’s unable to save the file in “.pdf” format, and it’s not sending the mails either
.
Put a Log Message in before the PDF activity, and output the value of the path and filename same as you have above in your screenshot. Then you can see what it’s trying to save.
When you say “It’s unable to save the file” what does that mean? Are you getting an error message? The file is saved but has the wrong name? You have to give details.
Same for “not sending the mails” - why not? Error message?
Yes it is saving the file at given desired location and there’s no error in this process but still it suppose to save the file with “.pdf” at the end which is not happening.
Well, it was a silly mistake made by me, in the SMTP activity I have my email ID manually and in the user name and password I used assets of my other Email ID, even though the port value was wrong this error was thrown.