How would I print a log message in side a Flow Designer Action scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 01:08 PM
Hello experts,
Hope you can help me with my query,
One of my flow designer action scripts is behaving differently and would like to print some variables and see what values I'm getting from them,
Please see the screenshot which I'm trying to print a log.
I was trying to use gs.debug / gs.info > no errors but couldn't find the values printed anywhere.
If you can guide me on what to use in the scripts (gs.debug / gs.info) and where can I see them once printed would be great.
Many thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 08:42 PM
Hi @Rajive ,
o 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.