We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Best Table to Store RPA Execution Logs

Rafael Souza
Tera Contributor

Hey guys,

 

I have a series of Bot's in my company that generate txt files as logs of each execution carried out

 

In the absence of a database, I'm thinking about storing such logs in the ServiceNow instance via Api requests

 

In addition to being able to centralize the Logs in a single repository, I can use servicenow's own reports to create views

 

In this context, what would be the best table to store this data?

 

Should I create a custom table or extend the syslog table? What would be the best approach?

1 ACCEPTED SOLUTION

Not applicable

Hi @Rafael Souza ,

Check the table ( sys_flow_context ) and sys_flow_log.

 

View solution in original post

1 REPLY 1

Not applicable

Hi @Rafael Souza ,

Check the table ( sys_flow_context ) and sys_flow_log.