The requirement is to saave the Complete log Message in txt file format and send it through Mail at the end of the Project.
If you are using the Queue in your Workflow, Get status of each item by using (Get Queue item and passing reference number).
Build a Table format in HTML inside Body of your Email and give brief status of each transaction item in Table format whether it’s success or Failure.You can Even classify the exception type if required and specify the reasons for failure (exception.message) as well.
I need log message in txt format then afterwards send that in txt file in mail activity
Hi @Gopikrishna_S ,
You can tell when the program ends,
log will record email sending?
Be aware when the robot has completed its last job
Then use it to send email
regards,