Ho to write Log message in an Data table?

I using Build a data table activity create an exception message logs which I will be sending each day after BOT runs. I have multiple workflow ,to differentiate which process gets an error I need to capture it in Try and Catch that log message and write to datatable how do I do any help?

Hi @monishanair2010,

Are you using any templates? REF etc.

Regards,
MY

You can create a Log workflow to update the log file. The log workflow will be invoked from your multiple workflows. Instead of using datatable, you can append line to .csv file.

I attached a simple example for your reference.
CreateLog.zip (71.0 KB)

Hi - yes I am using Re Framework.