I have a process that takes a screenshot and save it in the absolute path and send the image in the email as HTML code.
While running the process locally the screenshots are correct with the right date and time. However, when I publish the process in the orchestrator when the process is running the connection gets disconnected and the screenshot that is sent in the email is the same screenshot taken before publishing the process.
Please advice what could be the issue
I Have added the path where the screenshot to be saved and called the same path in the HTML code that includes the image tag.
HTML code : For the screenshot in Uipath I have used: 1. take screenshot activity 2.save image: path is E\Auto-dashboard\test.png
in the email that includes the screenshot in the body, should include the latest screenshot of the dashboard with the correct date and time