
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2021 09:51 PM
I have developed a flow design, I was just wondering where I can view the logs generated?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2021 10:00 PM
To view the error logs, goto Application Navigator, open "System Log" > "Errors".
To check flow execution details:
- The Test flow dialog: Click the Flow has been executed. To view the flow, click here. link.
- Flow-specific executions list: Click the Executions button on a flow to see a list of executions associated with that flow.
- Flow Designer landing page: Click the landing page’s Flow Executions tab to see all flow executions.
- Today’s Executions: Open Flow Designer > Today’s Executions in the Application Navigator to see executions run today.
- Active Flows: Open Flow Designer > Active Flows in the Application Navigator to see currently executing flows.
Hope this helps.
Please mark correct/helpful if applicable on the impact.
Regards,
Shubham
Shubham Tipnis
ServiceNow Enthusiast
⭐️ 3x Rising Star (2022–2024) – ServiceNow Community
Sharing insights, use cases & real-world learnings from the Now Platform
Always learning. Always building.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2021 10:00 PM
To view the error logs, goto Application Navigator, open "System Log" > "Errors".
To check flow execution details:
- The Test flow dialog: Click the Flow has been executed. To view the flow, click here. link.
- Flow-specific executions list: Click the Executions button on a flow to see a list of executions associated with that flow.
- Flow Designer landing page: Click the landing page’s Flow Executions tab to see all flow executions.
- Today’s Executions: Open Flow Designer > Today’s Executions in the Application Navigator to see executions run today.
- Active Flows: Open Flow Designer > Active Flows in the Application Navigator to see currently executing flows.
Hope this helps.
Please mark correct/helpful if applicable on the impact.
Regards,
Shubham
Shubham Tipnis
ServiceNow Enthusiast
⭐️ 3x Rising Star (2022–2024) – ServiceNow Community
Sharing insights, use cases & real-world learnings from the Now Platform
Always learning. Always building.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2021 10:32 PM
You can find them under System Log > All
Click on All and search for your log message.
All house every available log level -> info, error, etc.
If you want a certain log level like only error, etc. then check the modules under System Logs and will be able to identify them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2021 06:29 AM
There's also specific log for flow 'sys_flow_log'
Also you can set a level of logging via flow properties nav_to.do?uri=%2Fsystem_properties_ui.do%3Fsysparm_title%3DFlow%2520Designer%2520Properties%26sysparm_category%3DFlow%2520Designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 06:51 AM
This tip about changing the properties was super helpful. I was struggling to find the logs classified as warnings and info and your recommendation helped to resolve this. Thank you so much.