Adding an element to the Creator Canvas will automatically adjust its dimensions.
I designed a report with fixed dimensions using Creator Canvas. However, whenever I add a new element, the system automatically adjusts the dimensions, even if the new element fits perfectly within the set boundaries. This is quite frustrating. Has anyone
Installing/Using Python Package in Zoho Creator
Hi, I have a Python function in my ZC application that depends on a specific Python package. If I was running this on my own server, I would just install the package using pip (e.g. pip3 install stripe). Is there a way to install the package in my ZC
Data entry and automatic barcode sticker printing
Hello there I am very new to Zoho.. and not sure if it can do, or should I say, I can easily set it up to do, or first basic requirement. We take in up to 1000 unique used products every week. They come from up to 50 regular suppliers. The are used household appliances. We try to fix most of them. For waste regulation purposes we have to track every machine from the source/supplier it cam from to if it was repaired and put back on the market? or stripped and scrap for material recovery. Is it possible
Setting up a barcode system with Zoho Creator
Hello! I am researching how to set up a barcode inventory system that is compatible with Zoho Creator. I am working with an art inventory, and I want to be able to refer to each piece of artwork with a barcode. My goal is to be able to generate a barcode, store that barcode in a Zoho Creator database, be able to print out a barcode label from that database, and have the database pull up a record when the barcode associated with that record is scanned. I understand that there are barcode generating
New Built In QR/Barcode Generator Print Settings
I'm trying out the new QR/Barcode generator field in Creator. I would think most people will want to print these, like I do. I am not seeing any way to control the height or width of the barcode for printing (inside the print/pdf template builder). The
Inventory SKU barcode printing
Hi I am a developer and am wondering if zoho creator or even zoho inventory have the capability to print barcodes upon submitting a form. I have been researching the forums and have not been able to find any way to do this natively in Zoho. Can someone
Creator List not showing
I've edited a list in creator, but when I open it in the live version the list is completely different. Anyone know why this is happening? Edit Version: Live Version:
Automated entries past the current month in a calendar report
Hi all, I have an automation problem. I have a form which on successfull entry adds either 5 or 10 more of these entries with a slight change so our customers can see it throug a calendar report on the webiste. The entry put in manually shows up perfectly
Remove ####,####.## Placeholder from Number & Decimal Fields in Zoho Creator
Just wanted to share a small UI workaround I used in Zoho Creator. By default, Number and Decimal fields show placeholders like: ####,####.## Sometimes this doesn’t look clean, especially for read-only calculated fields in custom UI designs. I was able
Filter by user in Pivot Chart
I have a Pivot chart where the data should be filtered by user. The user enters the system and should see only the data that correspond to it. Can anyone help me?
Extracting Images from a Zoho Creator Report into a Pages
If you’ve uploaded images in a form and can see them in your report, you might also want to display those same images inside a Page (custom HTML page). This is useful for dashboards, profile pages, or any place where images should be visible dynamically
How to create a directory report from one-to-many relationship
Hi all, Newbie here. I'm converting an Access DB to Creator. I've learned Forms are tables and Reports are used to edit table rows, not Forms. I've got the data loaded and can maintain it with the Reports already done. I've done filtering and sorting,
[Free webinar] AI agents in Zoho Creator - Creator Tech Connect
Hello everyone, We’re excited to invite you to another edition of the Creator Tech Connect webinar. About Creator Tech Connect The Creator Tech Connect series is a free monthly webinar featuring in-depth technical sessions designed for developers, administrators,
Remove horizontal scroll bar
Is there any way to remove or hide the horizontal scroll bars on the iframe reports? I removed columns, but it still stays there.
Linking Contacts to Other Modules
In creator, I've got a Contacts page with a lookup that searches Suppliers. Is there a way to have the contacts attached to the Suppliers modular as a list automatically, similar to the CRM version? It goes the other way. If I entered an Employee in the
Activate python application
Is it possible for a deluge code to activate a python application ? Say i create a deluge program, in that deluge program, i need it to activate a python application stored on my drive Would that be possible, and if so, what would the code look like
Has anyone integrated Zoho with Go High Level (GHL)? Looking for guidance
Hi everyone, I’m exploring the possibility of integrating Zoho applications with Go High Level (GHL) and wanted to check if anyone in the community has experience with this. Specifically, I’m interested in understanding: Whether a direct integration is
Subforms in Creator-Lookup Price
I've got a modular called Price List with items and prices. Ive got another module called Estimates with a subform that looks up that Price List. I am trying to get the "Price" to auto-enter based on the Lookup field of the item name. Anyone know how
When adding subform records, how do I access member fields of a name field
I have the following code (runs when a record is added to a form) if (input.P_liza != null) { input_deal = input.P_liza; rec = form_mapping[deal_name == input_deal]; id = input.N_mero_de_documento_de_Identificaci_n_Alfanum_rico; contact = -----redacted------.get_crm_contact_by_id(id);
Delugeサーバーページ(HTML)での関数の使用方法
Zoho Creator、Deluge並びに初心者です。 題名の通りDelugeサーバーページ(HTML)で関数が使用する方法を教えて頂きたいです。 ざっくりと説明します。 現在、1週間だけカレンダーを表示するページをelugeサーバーページ(HTML)内で作っております。 カレンダー内のボタンには翌週や先週を表示するボタンを追加しようとしています。 それらのボタンを押下した際、現在の日時に±7日をしてページを表示しなおす処理が走るようにさせたいです。 ボタンが押下されたとき、用意していた関数でその処理を実行する想定です。
ENDPOINT ZOHO CREATOR
I created a function to perform the action of POST, GET and PUT in order to use it outside our portal and create more dynamic forms using a cloud server. Params = “qAvhbBBJJsQysd45DdkvTR34A” Curl = “https://www.zohoapis.com/creator/custom/admin2844/vallesalud_julaje_private?publickey=”;
MCP > Creator connection failing with Claude
I'm trying to get claude to access any of my Zoho Creator apps and it keeps failing. I have enabled all tools for creator and ensured in claude settings that everything is authorised. Here is what claude says : Unfortunately, the error messages I'm receiving
Calculate Hours Minutes Sec in Zoho Creator Using Deluge
check_In = "8-Aug-2023 10:00:00".toDateTime().toLong(); checkout = "8-Aug-2023 18:00:00".toDateTime().toLong(); //difference = start.timeBetween(end); check_In = "8-Aug-2023 17:56:50".toDateTime().toLong(); checkout = "8-Aug-2023 18:00:00".toDateTime().toLong();
[Free Webinar] Learning Table Series, May 2026 - Enhancing client collaboration with customer portals in Zoho Creator
Hello everyone, We’re excited to announce the next session in Learning Table Series 2026, where we will continue with our purpose-driven approach—focusing on how Zoho Creator’s features help solve real-world business challenges. Each session in this series
Adding Audit Logs to Creator API
It would be great to be able to pull audit logs via Creator API. Our company would like to see the history of records in some reports we generate. There's a lot that we could do with this.
Controlling Target Environment (Dev/Stage/Production) in Zoho Creator API Using Connections
Hi everyone, I’m working with Zoho Creator and using zoho.creator.createRecord and updateRecords APIs through a connection. I have configured a connection that supports all three environments — Development, Stage, and Production. However, I’ve noticed
Warn users when leaving a form with unsaved changes
Hi all, I have an application that has a form with fields and a number of subforms. Does anyone know if there is a way to warn users that they have unsaved changes when they close the tab or warn them when they click the Cancel button? My research through
How to publish different instances of the same application.
I am using Creator for my internal management my store. I am opening a new location, and I want to have a somewhat separate instance of the same app for my new store to use, since the data will all be different, and there is no need to interact between
Use arbitrary images in deluge
I am sending emails from my deluge code and I would like to be able to include a few images in the email template. While I know that I could put the on a website somewhere and link to them in the HTML, that is not what I want due to email client security
PDF TO HTML/FORM ENTRY
Hi i am looking at some solution for PDF processing i receive many sales order in pdf formats I has 2 sections 1st part with all basic details 2nd part with product wise details now i am looking at auto entry of data into a zoho creator form based on
Capture location upon submit
Hi guys, just got to know that zoho creator is now deprecated the Address Line 1 and Address Line 2 subfields from the Added Location and Modified Location. and i need the address 1 and 2 to know exactly where my employee submit the form (attendance). i used creator only for a year and i found they keep on removing good features which makes me think of migrate away from creator. anyway, any suggestion or workaround that i can do to get back the address 1 and address 2? thanks guys. Jeff
Linking ZOHO API with ICICI Bank api
has any one tried using ICICI Bank API with zoho creator for making Payments directly from Zoho and also fetching Fast tag details if so please let me know
Annotate widget?
Is there something in creator or any zoho app that allows me to have an image markup field item in the form? I need to be able to complete a form that also allows the user to mark up a preloaded image. Other compay's call this an image markup field or
Version Control and Git Integration for Zoho Creator Applications
As Zoho Creator applications grow in complexity, managing code changes, tracking history, and collaborating across developers becomes increasingly difficult. Currently there is no native way to: Track what changed, when, and by whom across Deluge functions,
Real-Time Error Alerts and Monitoring Dashboard for Zoho Creator Apps
Hi Zoho Team, Currently, when something goes wrong in a Zoho Creator application, such as a failed workflow, a broken API call, or a Deluge error, the only way to find out is to manually check the logs. There are no proactive notifications. This is a
Creator limitations
Hi all, A couple of weeks ago I found an article here, I think from somebody from Zoho, describing the limitations of Zoho creator in the comprehensive over you, at the same time really going deep into the details. Now I can't find it back, can anybody
How can I get the email of Added_User of each record of the form
I notice that for each record in the form, there's a Added_User field automatically. this field value is the name of the user who added the record. My question: Is there any convenient way to get the registration email of the user who added the record?
No Way to Search Inside Deluge Functions
This is a simple but genuinely painful gap. When you have a Zoho Creator application with 20, 30, or 50+ Deluge functions, there is currently no way to search across all of them at once. If I want to find every function that references a specific field
Translation from Chinese (Simplified) to Chinese (Traditional) is not working. It randomly translated. Google Translate accurately but zoho translate is not working at all
Hi friends, The newly added language for translation. https://www.zoho.com/deluge/help/ai-tasks/translate.html "zh" - Chinese "zh-CN" - Chinese (Simplified) "zh-TW" - Chinese (Traditional) my original text: 郑这钻 (and it is zh-CN) translated traditional
Handling bidirectional updates without hitting recursion limits in Zoho Creator
Hello Everyone, I am working on a parent–child scoring system in Zoho Creator and facing an issue with recursive workflows. I have a Project (parent form) and a Tasks (child form) linked using a lookup field. Each Task contains a Score field, and the
Next Page