How-to Tutorials
How to access the selected value from the integration fields
The values selected in an integration field of a form can be easily accessed and utilized within Deluge workflows. By leveraging Deluge scripting, you can retrieve these values to streamline your application processes. Prerequisites Configure the ...
How to filter a report embedded in a page with multiple values
When embedding a report in a page, Zoho Creator provides a built-in filter option for direct report filtering. However, for dynamic filtering with multiple values, you can pass the values to the page variable and use it to filter the report. This ...
How to copy a subform data to another subform using a report action
The values in a subform of a record can be copied to another form's subform using Deluge within the report actions. This allows seamless transfer of subform data between forms, ensuring consistency. For example, consider a Zoho Creator resource ...
How to create a dynamic running total in a form
Running total can help you to dynamically calculate the cumulative sum of values as new entries are added. This provides real-time insights into accumulating data, enriching analytical capabilities within your application, whether you're monitoring ...
How to Create and Reset an Auto-Incrementing Number Field
You can configure a number field to auto-increment its value and reset it when it reaches a certain threshold. This feature is particularly useful in processes like creating lots or batches. Navigate to the form builder of your preferred form and ...
How to change the width/height of the published form
The width of the published form can be changed to fit your needs by following the steps below. These steps can be applied to any published form in your application to change its width. Navigate to the form builder of the published form and include an ...
How to display an image on a form
To display an image, such as a company logo, on a form, you can utilize the Add Notes field. Follow these steps to configure any form in your application to include an image: Navigate to the form builder of the form and include an Add Notes field. ...
How to preview images from the sub-form entries
If you have an image field in your application, the uploaded image can be previewed instantly in a pop-up. This allows users to verify their uploads quickly and ensures that they have selected the correct image before finalizing the submission. In ...
How to show a confirmation pop-up on submit of a form
Implementing a confirmation pop-up upon submitting a form validates and confirms user actions before proceeding. Users will be prompted with a confirmation dialog box when they submit a record. This enhancement improves the user experience by ...
How to clear and add values in dropdown of a subform
Assume you have a dropdown field in the subform with preset values. You can clear these options and add new ones dynamically in the UI using Deluge scripting. As a result, only the values specified in the deluge script will appear in the dropdown. ...
How to attach an inline image in a send mail task
Let's imagine you have a form in your application with an image field. This image can be added as an inline element on the mail body and sent to the desired users along with the Deluge send mail task. Note: - In order to insert an image as an inline ...