Home Glossary Zoho Creator Deluge info Statement
Zoho Creator

Deluge info Statement

The Deluge info statement outputs a value to the script execution log during testing, helping developers debug Deluge code by inspecting variable states.

What Is the Deluge info Statement?

The info statement in Deluge is a debugging tool that writes a value or message to the execution log when a script runs. Developers use it the way they would use console.log in JavaScript or print in Python: to inspect variable values, confirm that conditional branches executed, and trace data flow through a script without interrupting the user experience.

How to Use info

The syntax is simply info expression; where expression can be a variable, a field value, a string literal, or a computed value. For example, info input.Email; will write the submitted email address to the log. Multiple info statements can be placed at key points in a script to create a step-by-step trace of execution. The output appears in Creator’s script execution log, accessible from the workflow editor during testing.

Removing info Statements in Production

While info statements have no effect on the workflow’s functional outcome, best practice is to remove or comment them out before deploying an application to production users. Leaving many info statements active in a production script generates unnecessary log volume and can slightly affect script execution performance in high-frequency workflows.

Need help implementing this in Zoho?

Aaxonix is a certified Zoho implementation partner based in Pune. Architecture-first, no surprises.