Welcome to our UiPath community.
I guess you are passing mail path also along with the subject here. Can you please remove that path and then check once.
If possible can you please share the subject you are passing here.
@prashant1603765 Make sure your mail subject does not contains any path . Your mail subject format should look like below
“Check-out Document Revision- process”
Remove → “Config.Item(“ProcessRootFolderPath”).ToString.Trim”
and run again. You will be good.
Are you getting subject from Read Text file activity ?
Can you please show me the exact value you are passing to the Subject. So that we can check and help you.
You should pass subject value as below.
Config.Item("SuccessSubject").ToString.Trim+" - Process Completed"
From where -
- Read text file or
- Import argument ?
Thanks @lakshman now it’s working properly.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.