What does this page cover
Learn how to configure Deluge script actions in Zoho Creator approval workflows to run custom logic and handle advanced operations when a record is submitted for approval, or when it is approved or rejected by an approver. Before proceeding, ensure you have a clear understanding of approval workflows and how to create them.
Availability
The Deluge script action allows you to write and execute custom logic using the Deluge scripting language as part of your approval workflows in Zoho Creator. This provides a flexible, code-based approach to automating actions and handling complex business scenarios that go beyond the capabilities of predefined actions available in the workflow builder.
You can configure this action to execute when a record is submitted for approval, or when it is approved or rejected by the approver. Using Deluge scripting, you can define advanced logic such as multi-step calculations, updating multiple related modules across applications, executing conditional logic involving external data, integrating with third-party services through custom API calls, or handling multi-level data validation.
Scripts are written directly in the Deluge editor within the workflow builder, enabling you to implement dynamic and conditional logic tailored to your application's approval process.
Before learning about configuring Deluge script actions in approval workflows, ensure you have an understanding of how approval workflows function and how they are configured.