Configuring Deluge Script on Validation in Form Workflows | Zoho Creator Help

Configuring Deluge script on validate in form workflows

You must create a workflow before configuring the deluge script on validate  event. Refer this section to learn how to create a form workflow.

To configure a deluge script on form validation:

  1. While creating a new workflow choose the  Validations on form submissions  option in the  When to trigger workflow  dropdown.

  2. Click the  Add New Action  block. The Deluge script builder window will slide in from the right.


  3. You can drag and drop the required Deluge tasks to the code editor area. The syntax assist will appear. Replace the syntax with the application logic using the autocomplete feature.


  4. Additionally, you can refer the field deluge names and functions directly from the code editor. To refer,
    • Click the  Refer Fields  link in the top-right corner of the screen. The  Application  tab will appear with the field deluge names for the fields in the form. The field deluge names across all the forms in your applications can be directly referred from this section instead of navigating to the respective field properties in the form builder.
    • You can change the application and form name to view the respective field deluge names.
    • Mouse over a field name and select  copy  to copy the field deluge name. You can paste the copied name anywhere in the script builder.
    • You can switch to the  Function  tab to refer the predefined functions across applications and namespaces. These functions can be referred to in the script while defining the action.
  5. Click  Save .
  6. The action block will display the deluge script.

  7. Click  Done  in the top-right corner of the screen.

Related topics