"The page you are trying to reach doesn't exist " is displayed.
Hi I use zoho creator long years. From yesterday, our members see error pages when accessing URL below. (**** is a record id) https://creatorapp.zoho.com/mishimarosan/plan/view-perma/Plan_List_Page/argPlanRowID=**** How can I do to resolve this issu
Search settings
There used to be a location to denote the setting for an application to either load a report fresh each time you accessed the view or to load with your previous search settings. I cannot find the location for that setting anymore. Am I missing the spot
Link to specific record form
Hello, I'm trying to create a link to a specific record in Zoho Creator. The goal is to provide my colleagues a direct link to the form's record, in a way they'll be able to access and edit the record directly. The link should also show the app's header
"Search and Auto-Complete" does not work on mobile.
Search and Auto Complete feature on the Lookup field works fine in web view, but on mobile it does not.
Mark an email as Important using a sendmail task
Hi, I have recently came across a scenario where a client wants to know whether he/she should process a request on priority or not. For that, client requested to have some field differentiating between standard and urgent requests and the same should
zoho creator filtering reports on pages not working
Hello, I am having an issue on filtering reports inside page . When I embed a report into a page, the filters that are set when configuring that report are being ignored when accessing the page. it happen once I add Collection variables on page functions.
Accessing Zoho's Barcode generator?
Is there a way to create an image link to barcode images from Zoho's free barcode generator using and openURL script? I'm doing this using barcodesinc.com's free generator, but would like to try getting them from Zoho's generator. I can't figure out what
how to navigate from a kanban record
Hi i created a report in kanban view.If i click the card i want to navigate to another form with the data in the kanban is auto populated and add some more entry from form.is it possible in zoho creator
Zoho Creator Upcoming Updates — July 2023
Hello all! We hope you’ve had a chance to check out the newly updated Product Roadmap, which now includes the new features coming up as part of our 2023 Projection 2. Our goal is to continually improve and add new features to our platform on a regular
Navigation URL page refresh keeping search criteria
I have a user who has a report that has manually entered search criteria. This user then launches a dialog box to edit one of the records, via zc_LoadIn=dialog. On Submitted the edit the page currently closes the dialog and refreshes the page but on doing
URL print record in customer portal
What is the url to print a record from the customer portal? If I put this it doesn't work because it takes me to the user login page laurl = "https://app.zohocreator.com" + zoho.appuri + "record-print/Intervenciones_T1/" + t.ID + "/"; openUrl(laurl,"new
Sort list by count (occurance) or character count
Wondering how to sort a list by either occurrence count or character count. I have: toppfs = LP_inventory_form[AUCTION_TITLE_ROOT = input.AUCTION_TITLE_ROOT].Pressing_features.getAll().distinct(); toppfs.sort(true); input.Pressing_features:ui.add(toppfs);
Order form copy
Hi guys, For our books we need a copy of the order form we signed with you last year. Is it possible for you to send it to us? For our SaaS Mangement we need all relevant documents. As Zoho Creator is a yearly tool invoices are not enough data for the
How to cancel my Creator subscription?
Hello All, how the hell can I cancel my Creator subscription? Greetings Jörg
How to set sub forms to only show related records
Good Afternoon, I am relatively new to Zoho Creator but have some experience previously with other databases which may be confusing the terms I am using etc. I was hoping that adding a sub-form would enable me to view records related by two linked fields on each form / table but this doesn't appear to be the case? Is there a way to do this as I cannot find any options within the subform field settings. Many thanks John
Speech to Text conversion after recording Audio in a form
Hi, I have been trying to achieve a speech-to-text conversion of recorded audio (from an audio input field). I tried using Google Cloud Speech-to-Text API, but I am not getting a proper API response from that. I also tried doing this through a python
send file to ftp or another external service
i'v created a zoho creator application for take a picture and rename it by phone. Now i need to send Each renamed pictures to my ftp or to specific folder on google drive...then, delete it from creator. (every picture recived it will processed by another program and stored on my Erp) HOW CAN I DO ??
How do I pass data from one form to another form?
hi Zoho creator has 2 forms. First form have name and email. Go to second form after submission. How to view name and email in second form?
Best practice to save a form submission to workdrive as PDF with any attachments
Hunting around I saw several ways that looked like they could work either publishing a report with a private key and then accessing that with the single ID to save it to work drive or creating a record template and emailing it to myself on form submission
How do I disable the edit button for specific condition in Zoho Creator
Hi, as question above, how do we achieve this? My idea is that if the record is in certain status such "completed" , can we disable teh edit button for the record in report action as well as detail view?
Zoho Creator - [Free Webinar] Creator Tech Connect - Page Variables and Scripts - Session 5
Hello Everyone, As a continuation to our technical series, we will be deep diving into page variables and scripts, their creation and subsequent usage inside the page component in our next Creator tech connect session. What should you expect during this
Cursor lands on disabled fields when tabbing through forms
As of yesterday, form behavior has changed w/ regard to disabled fields. Previously when tabbing through a form the cursor would skip over disable fields (as would typically be desired). But now the cursor is landing on all disabled fields, in all of
Processing Audio Data from an Audio Input Field in a Form
Is it possible to use the audio data submitted in an audio input field and process it using an API to convert from speech to text? If this is possible, please let me know the steps that will be required to be followed for this. Thank you
Zoho Tables instead of ZC's Spreadsheet reports?
Zoho Tables - A No-code Work Management Tool Could you believe that. How easy data entering would become in ZC... Going seamlessly from list to Table reports. Glad to see Zoho putting efforts in this, while Airtable cannot compete with ZC in so many ways,
Info Logging for Demo Users
It'd be very helpful if we could still get info logs when testing in the development environment using demo users with different permissions. A lot of times I'm using deluge to do different things based on the permissions and would like to validate across
Can I connect a Zoho Creator application to Custom Applications created in Zoho Connect?
I manage and Internal as well as an External Zoho Connect network and love the idea of their Custom Apps feature (essentially it's Zoho Creator built into Zoho Connect) and I'm interested to know if I can connect a Zoho Creator applications to Custom
left expression is of type BIGINT and right expression is of type STRING and the operator == is not valid
Hi, sorry for my English it's not soo good. I have one problem, I have one form with a single line field call "Title"and a subform(Task) in the same form, in the subform I have a Look up field call "Name", I try to put the data of the single fiel "Title" in the Look up field "Name", and I get this error: In Criteria left expression is of type BIGINT and right expression is of type STRING and the operator == is not valid This is my code: temp = Project[ID==input.Title]; row.Name = temp; Please help
Updating a Field in Another Form Based on the Input of Another Form
Hi, I'm facing a challenge when trying to create an app to track how the members of my sports team perform over time. What I'm trying to do is to record all the games and the players involved in the game and how they perform in that game (goals scored,
Retrieving HTML field input to change a href value on a button in an HTML snippet on a page
Is there any way to achieve this? Please let me know, I have desperately been searching for a solution
Zoho Creator - [Free Webinar] Creator Tech Connect - Technical Series - Session 4
Hello Everyone! In the past few months we conducted extensive sessions on Deluge inbuilt functions and Canvas builder as a technical series in Creator's Tech Connect. Its incredibly important for a developer to understand the functions, syntax and most
How to modify options for Approvals
Hi, I have created a form in a Zoho Creator solution. Approvals for the form was automatically added by Zoho Creator. It has a feature with two options - Approve and Reject, using which I can either approve or reject a submitted form. How can I alter
How to upload a file to form file upload field from deluge script.
Hi guys, I need to store API response into Form File upload field . I'm not getting any errors but PDF file is not assigned to file upload field. You can check possibilities using below details: Method: POST URL: https://v2.convertapi.com/convert/web/to/pdf?Secret=<<SecretKey>>&Token=<<APIKey>>&Url=https://www.google.com You need to generate secretKey and APIKey by Login to https://www.convertapi.com/a/su Response: { "ConversionCost": 4, "Files": { "FileName": "www_google_com.pdf", "FileSize": 68342,
Export a subform, row by row?
Is there any way to be able to export the fields of a subform, row by row? This seems like a basic function, and its made it exceedingly difficult to get anything out of the data i have because its in subform rows. Exporting it puts all rows in one excel
Zoho Creator User Group meetups in a city near you! - Oct - Nov, 2023
Greetings from the Zoho Creator team! We're hosting a series of Zoho Creator meetups in various cities across the globe, and we'd love to meet you there! Our meetups are a great opportunity to network with industry peers, exchange ideas and best practices,
Pass parent form values to subform fields
Hi. I have a order form with a subform. The items are as follows: ・department(dropdown) ・name(dropdown) ---subform--- ・date ・product name(lookup) ・name(single line) ---------------- The name field in subform is automatically entered the name selected
Zoho creator send the generated pdf from zoho creator pages via sendmail
Hello, I want to send one form report as pdf via sendmail function. The problem is that this pdf I want to generate using the export and pages template from zoho creator I mean the PDF received from the link, for example https://app.zohocreator.com/export/.../quontation-system/pdf/quontation_view?qt_id_str=3661979000001045002 quontation_view is the HTML template by creator pages that become the ID as paramenter for one Form_Report and generate the pdf page for this ID. But I dont undestand how to
limiting decimal places in a formula field
I have a formula field that calculates a percent. I'd like to limit the result that is displayed to two decimal places, but can't figure out how to go about this. Using decimalplace=2 (as shown here https://www.zoho.com/creator/help/script/expressions.html) doesn't seem to work. Is there another approach that will keep me from getting insanely long numbers like .2398759845?
Zoho Creator's panel suddenly stopped working?
So I have a couple of panels in my page that counts the number of times a text appears in my form. Previously it was working fine until I started using a page variable for one of the new panels. Then the previous panels stopped working with the error
"Save & Resume Later" or "Save as Draft" for Zoho Creator Forms
Hi, I am trying to create a form on Zoho Creator with the options of "Save & Resume Later" in addition to "Submit" and "Reset". How can I create that? (I had been a user of Zoho Form and that was a matter of setting, but it seems that there is no such
Can charts in Creator pages have two separate series of data?
All the icons for adding charts to Creator pages show two coloured series of data. But I can't see how to create a chart with two separate series. My choice is between a Web chart, which only seems to show one series, and a Stacked Web, which takes two
Next Page