How to get the Deluge name of a field

How to get the Deluge name of a field

Deluge field names are often used in the following places.
  1. In the script
  2. To set values for the form field via URL
  3. To filter records from the View via URL
You can get all the applications/forms/fields deluge names. For this, you can login and access https://creator.zoho.com/api/reference to view them.

To get the Deluge name of a field from the Form,
  1. Click on "edit this application" and select the particular Form from the Forms tab.
  2. Mouse hover to the particular field name and click on "Edit this Field" link.
  3. Click on "Options"
  4. You will find the field Deluge name under "Field Name for Script" section.
You can copy the field Deluge name and use it wherever you need.

    • Related Articles

    • How can I get the values entered for certain fields via Deluge script?

      Many a times, when you are developing an application, you may need to get the value(s) entered for the fields in the form. To get the particular value, you can do so in Deluge Script, using the statement: input.<Field Name>For ex, if you would like ...
    • Defining Deluge Functions

      Functions are custom hooks written by action developers that are invoked by Zia at various points during an action's execution. The conversational flow and the execution of an action are determined by the functions defined for that action.  The ...
    • How can I get the values entered for certain fields via Deluge script?

      How can I get the values entered for certain fields via Deluge script?
    • How can I update records in a form using Deluge Script?

      About the application  You can fetch and update records from a form using Deluge script.  Let us illustrate this with the help of an example. The application Library Manager has two forms: Books - To enter the details about each book with fields ...
    • Get Consent

      We aim to protect individuals from spam that has been sent through any form of electronic communication. As an email marketing service, we ensure that all our users get permission from their contacts before sending emails. You can select 1 out of the ...