5 hours ago
Hi All,
I have a requirement to write Blue Prism process logs to a notepad file while running the bot.
Is there a way to achieve this?
I know about exporting logs from the control room, but that’s not what I’m looking for.
Thanks,
Dipin Dev P
3 hours ago
Hi Dipin,
One way to achieve this is by creating a Notepad file at the start of the process. For every action/activity carried out in the process, you can use the File Management VBO and the "Append to Text File" action to add the current log to the file.
The log entry for each action can include the timestamp and a descriptive comment detailing the specific activity. This way, you can dynamically build a comprehensive log in the Notepad file as the process executes.