What does this page cover
Learn how to configure Deluge script actions in schedule workflows to run custom logic and handle advanced operations at a defined time using Deluge. Before proceeding, ensure you have a comprehensive understanding of schedule 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 schedule workflows in Zoho Creator. It provides a flexible, code-based approach to automating processes and handling complex business requirements that go beyond the capabilities of predefined actions available in schedule workflows.
This action can be configured to run at a scheduled time, either through a custom schedule (on a fixed date and time or periodically) or a form schedule (based on a date-time field in a form). You can define your logic using Deluge scripting to perform advanced operations 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 automate time-based processes tailored to your application's needs.
Before learning about configuring Deluge script actions in schedule workflows, ensure you have an understanding of how schedule workflows function and how they are configured.