Hi all,
We're excited to be back with the latest updates and developments on the Creator platform. Here's what we're going over this month:
- Deluge AI assistance
- Rapid error messages in Deluge editor
- QR code & barcode generator
- Expandable RTF and multi line fields in reports
- Report export customization
- Extended localization
- - - - - - - - - -
Now let's explore each of these updates in more detail!
Deluge AI assistance
We’ll be redefining your scripting experience in Deluge by integrating AI capabilities directly within the Deluge editor. Our intelligent assistant, Zia, will be available within the Deluge editor, ready to make your life easier.
Here’s how Zia can help:
- Generate scripts: Simply type your requirements and Zia will instantly produce a production-ready script. Zia smartly analyzes your application's data and provides scripts with context relevant to your app.
- Optimize scripts: Zia can also make your existing code much better. Copy any section or the entire script and prompt Zia to “optimize the script", and Zia will provide you with a refined version.
How does it work?
Once the feature is released, you’ll see a Zia button at the top of the Deluge editor. Clicking it will open the Zia Deluge Assistant, where you can type in your prompts.
How do I benefit from this?
Deluge's AI assistance will not only accelerate app development but also enhance the quality and performance of your final product. More importantly, Deluge AI empowers citizen developers to produce complex code, boosting productivity and reducing costs in app development.
Applicable for: C6
- - - - - - - - - -
Rapid error messages in Deluge editor
We've come up with a new enhanced Deluge editor to further improve your coding experience. Our Deluge editor now detects coding errors as you type. These real-time intuitive error messages will highlight issues right when they occur. No more holding your breath and playing the guessing game with your code!
Note: This is a beta feature, and rollout will happen gradually over time.
Where do I find them?
The new rapid error messages will be displayed in all places (workflow actions, page scripts, and the like) where the Deluge editor is currently available within Creator.
How do I benefit from this?
By providing you with an at-a-glance breakdown of what went wrong, the enhanced Deluge editor will result in less time spent on debugging and ensure your scripting experience will be more intuitive, efficient, and streamlined.
Applicable for: C5, C6
Availability: All DCs
- - - - - - - - - -
QR code and barcode generator
We’re introducing a built-in QR code and barcode generator, allowing you to easily create QR and barcodes based on the data input in fields.
Use case: For example, in an inventory management system, you can automatically generate a QR code or barcode for each product based on its unique ID or serial number entered into the system. When data is entered into the relevant fields, a corresponding QR code or barcode can be instantly generated, which can then be viewed in reports, printed, or sent in emails. This will enable easier scanning for tracking or accessing product information.
How do I benefit from this?
This feature streamlines processes in numerous use cases, helping to reduce manual work and increase efficiency. Additionally, this feature eliminates the need for any third-party tools to generate QR codes.
Applicable for: C5, C6
- - - - - - - - - -
Expandable RTF and multi line fields in reports
Long content in rich text and multi line fields can sometimes disrupt the flow in reports. To improve readability in such scenarios, we’re introducing an expandable option for these fields. When enabled, users will see a content preview with a Show more option to view the full text and a Show less option to collapse it back. Instead of scrolling through long text fields, you can preview essential information and expand it only when needed. This feature will be available in both the quick view and detail view of list and spreadsheet reports.
Where do I find them?
Once this feature is live, you can find it under Configure Fields in the report builder. Under the Display tab for multi line and rich text fields, you’ll find an option labelled Fold Content.
How do I benefit from this?
With this new expandable content feature, you’ll enjoy a cleaner, more organized view of your reports. This enhances the overall user experience by keeping your reports streamlined and easy to navigate.
Applicable for: C5, C6
- - - - - - - - - -
Report export customization
To improve the readability of subform data and composite field data, we’re introducing enhancements that provide more customization options when exporting reports. These options give you the flexibility to choose how the data should be exported.
Going forward, when exporting reports as XLSX files, you'll have enhanced options for where you can choose how to export subform fields and what subfields to export.
You can choose from the below three choices:
- Single column (Default): All subform data is exported in a single column.
- Separate column: Each subform column appears as a separate column within the same sheet.
- Separate sheet: All subform records are exported to a new sheet in the XLSX file, with references to the parent ID.
Additionally, you’ll have the same flexibility to configure how fields like Name and Address are exported, also allowing you to choose specific subfields present in them. This customization option will be available across all export formats.
For such fields, you can choose to export them as:
- Single column: The subfields will be in the same column.
- Separate columns: Each subfield will be in a separate column within the same sheet.
How do I benefit from this?
This allows for better organization and improved readability, ensuring your data is presented in a more structured and easily analyzable format.
Applicable for: C5, C6
- - - - - - - - - -
Enhanced Localization
We'll be expanding the localization options for Edit mode and Admin Dashboard when the User’s browser language option is selected. We'll be adding support for 5 new languages (Indonesian, Thai, Vietnamese, Hungarian, and Dutch). Further, going forward, we'll also support all regional variants of Spanish.
Business value
Extended localization enhances user experience by enabling you to interact with Creator in your preferred language.
Applicable for: C5, C6
- - - - - - - - - -
With that, we conclude this month's updates. Your continued support keeps us motivated, and we're gearing up to introduce even more exciting enhancements in the upcoming months!
Regards,
The Zoho Creator Team
Recent Topics
Test data won't load
I am using a Flow to receive orders from WooCommerce and add them to a Zoho Creator app. I recently received an order which failed, and when attempting to test the order I found that it just shows a loading animation and shows up in the history as "queued."
AddHour resets the time to 00:00:00 before adding the hour.
Based on the documentation here: https://www.zoho.com/deluge/help/functions/datetime/addhour.html Here's my custom function: string ConvertDateFormat(string inputDate) { // Extract only the date-time part (before the timezone) dateTimePart = inputDate.subString(0,19);
WhatsApp Link is not integrating
Hello, I am using zoho flow. when new row added in google sheet it sends email to respected person. In email body I have a text "Share via WhatsApp". behind this text I putted a link. But when the recipient receives email and wants to share my given info
Zoho flow - Webhook
If I choose an app as a trigger in Zoho Flow, is it still possible to add a webhook later in the same flow?
Zoho Flow + Bigin + Shopify
We are testing Zoho Flow for the first time and want to create a flow based in first purchases. When a client makes his first order, we're going to add the "primeiracompra" (first order) tag to his account in Shopify (it's not efficient, but that's the
Adding multiple Attendee email addresses when adding a Zoho Calendar event in Zoho Flow
I am trying to integrate Notion and Zoho Calendar via Zoho Flow. However, the Attendee email address supported by Zoho Calendar - Create event only supports one email address, so I am having difficulty implementing automation to automatically register
Is it The Flow? Or is it me?
I want to do some basic level stuff, take two fields from a webhook, create a zsheet from a template using one field with date appended, create a folder using both fields as the name, and put the zsheet into that folder. I was going to elaborate - but
Having problem with data transferring from Google sheet to ZMA
When connecting Google sheet with Zoho marketing automation it is having the email as a mandatory field. Can I change it as non-mandatory field or is there any other way to trasnfer data from google sheet to ZMA. I have leads which we get from whatsapp,
Dropbox to Workdrive synchronisation
I want to get all the files and folders from Dropbox to Workdrive and each time a new file or folder is added in dropbox i want it to be available in Workdrive and wise versa. Sync Updates to Files Trigger: "File updated" (Dropbox). Action: "Upload file"
Microsoft Planner Task to Service Desk Plus Request - error n4001
Hi there. I'm trying to create a flow that will create a new request in ServiceDesk Plus when a new task is created in Microsoft Planner. I have succesfully connected both Planner and ServiceDesk Plus, and have configured the 'create request' section
Trailing Space in "Date and time scheduled "
I am trying to use the Zoho Projects - Create event action in a flow. It is failing with the output error as: "Action did not execute successfully due to an unknown error. Contact support for more details." The input is: { "Duration - Minutes": 30, "Project":
Project name by deal name; project creation via flow
Hello, I want to create a project in zoho projects using flow by a trigger at the crm. My trigger is the update of a deal (stage). The project name should be the account name/ deal name. But I dont find the solution to it. Can you please give me the answer
Slack / Zoho Flow; Repl
I am trying to add a comment in a zoho ticket when someone reply's to a message in a thread. The Message posted to public channel trigger doesn't seem to pick up thread messages. I also cannot use the thread_ts field as it doesn't seem to pull that in.
Get Holiday ready with Zoho Mail's Templates
As the holiday season approaches, it’s time to step away from work and unwind. You may not be able to respond to every email or send individual messages to wish everyone holidays greetings—but It is still important to stay connected. How do you send thoughtful
Customize folder permissions in a Team Folder in a Team Folder via zoho Flow
HI All, on the nth level folder of a team folder I would like to Customize folder permissions when it's created in the flow of Creating folders. That last level I only want to grant access to a specific group, goup ID 201XXXXXXXX. Can you help with a
Associating a Candidate to a Job Listing
Hello, I am trying to use Zoho Forms embedded on my website for candidates to apply for a job opening. I want the form then to tie directly with zoho recruit and have the candidate be automatically inputed into Recruit as well as associated with the specific
Automate reminder emails for events
Hi team, I am trying to automate send event reminders via zoho campaign to my attendees 1 day prior to my scheduled events. I used zoho flow, autoresponder in zoho campaign, as well as I used workflow and automation - but none of these methods are working.
Update related module entry Zoho Flow not working with custom module ?
Hi everyone. I am facing an issue here on Zoho Flow. Basically what I am doing is checking when a module entry is being filled in with an Event ID. Event is a custom module that I created. If the field is being filled in I fetch the contact with its ID
How to disable time log on / time log off
Hi We use zoho people just to manage our HR Collaborators. We don't need that each persona check in and out the time tracker. How to disable from the screen that ?
Zoho Flow - Add to Google Calendar from trigger in Zoho Creator App
Hello! New to Zoho Flow, but I believe I have everything setup the way it should be however getting an error saying "Google Calendar says "Bad Request". Any idea where I should start looking? Essentially some background: Zoho Creator app has a trigger
Email authentication
أريد التحقق من البريد الإلكتروني
What’s New in Zoho Analytics – December 2025
December is a special time of the year to celebrate progress, reflect on what we have achieved, and prepare for what’s ahead! As we wrap up the year, this month’s updates focus on refining experiences, strengthening analytics workflows, and setting the
Marketing Tip #12: Earn trust with payment badges and clear policies
Online shoppers want to know they can trust your store. Displaying trust signals such as SSL-secure payment badges, return and refund policies, and verified reviews shows visitors that your store is reliable. These visual cues can turn hesitation into
The improved portal experience: Introducing the template view for inventory modules, enhanced configurations, and PDF export support
Availability: Open for all DCs. Editions: All Hello everyone, You can now achieve a seamless, brand-aligned portal experience with our enhanced configuration options and the new template view for inventory modules. Your clients will now be able to view
Zoho Analytics Bulk Api Import json Data
HI, I’m trying to bulk-update rows in Zoho Analytics, and below are the request and response details. I’d like to understand the required parameters for constructing a bulk API request to import or update data in a table using Deluge. Any guidance on
Project Management Bulletin: December, 2025
The holiday cheer is in the air and it’s time to reflect on the year that was. At Zoho PM Suite, we've been working behind the scenes on something huge and exciting all year and now we are almost ready—with just a bit of confetti—for our grand release
Inventory batch details
Hi there, I'm trying to get the batch details of an item, here's what I've done so far. I've sent cUrl request to the below endpoint and I get a successful response. Within in the response I find the "warehouses" property which correctly lists all the
Auto check out after shift complete
i'm just stuck here right now, i wanna know how to do this thing, now tell me, how can i configure a custom function that runs after complete shift time if employee forget to check-out ?
How to create a flow that creates tickets automaticaly everyday based on specific times
Hi guys Does anyone know how to create a flow that will create tickets automaticaly in ZOHO Desk when a certain time is reached. Im havin a hard time configuring a flow that will create tickets automaticaly everyday during specific hours of the day For
ZOHO FLOW - ZOHO CREATOR - ZOHO WRITER : Get Related records
Bonjour, J'ai besoin que vous m'ajoutiez la solution "Get related Records" dans la liste de choix de zoho creator (sous Zoho flow). En effet, j'ai besoin de récupérer les champs d'un sous formulaire pour l'ajouter à l'impression de mon document. Mer
Will zoho thrive be integrated with Zoho Books?
title
Connecting email for each department in ZohoDesk
Hi! Could someone help me to go through connecting emails for each department?
How do I trigger a Flow based on a campaign response?
Is there a way to trgiider a Zoho Flow based upon a lead opening an email sent via Zoho Campaigns? I see that the data is recorded in the 'Campaigns' section of Zoho CRM under 'Member Status' and I want to trgigger a flow based upon that record changing.
All Zoho Flows are filtered
My two flows operate perfectly when I run them as a test, but when they're activated each run ends with a status of neither success, nor fail, but filtered. I haven't set up any filters. I don't see where to turn off filters. When I test run on a sequence
Creating Multiple Items on Sales Order
Hi, I’m trying to automate some processes using Zoho Flow, specifically the creation of sales orders in my Zoho Inventory. However, Zoho Flow's Create Sales Order function can only add one item. I would like to include multiple items in a single sales
Problem Connection from Zoho Flow and Gravity Form
I obtained my API key from Gravity Forms via WordPress. However, when I enter my Zoho Flow, it states: Gravity Forms says, 'You are not authorised to access the API." I tried recreating a new API key, but it is still not working.
Eventbrite Email Field in Zoho Flow Returns "Info Requested" Instead of Actual Email
Hi Zoho team, I'm using Zoho Flow to connect Eventbrite with Zoho CRM. My goal is to automatically add event attendees as leads in Zoho CRM. I’ve set up the flow and mapped the ${trigger.profile_email}} field to the Email field in CRM. However, I'm running
"Invalid value passed for Product ID" Error in Zoho Flow "Create Sales Order" Node
Hello Zoho Community, I’m facing an issue with Zoho Flow while trying to create a sales order in Zoho Inventory using the "Create Sales Order" node. Here’s a detailed explanation of my setup and the problem: What I’m Trying to Achieve I’m building an
Associating Project with an Account via Flow
I'm using flow to create a Project based on a Deal status update using flow. The fields exist to pass the Account Name through properly, but when you view the Projects module in a CRM Account Record it doesn't automatically associate the new Project Record
How to follow up a member in a meeting?
Hello, I make weekly meeting online with a lot of people. I want(I've been using calendly to do it). I want to do a follow-up to it. I want to send messages via Zoho-flow to all the member that participated in the meeting. How can I do it?
Next Page