Workflow not evaluating Checkbox value
Hi, I have a checkbox with just one option as shown below. Checkbox with value Based on whether the checkbox is checked or not, I would like to show the fields. I have configured a WF based on the same. PFB the configuration. WF Condition However, on
Username required to filter report as HTML snippet
Hi, can anyone help? I want to filter a report in an HTML snippet, however even thought the article I found is useful, I can't work out what is my username to use in the url. My username is my email address used to logon to Creator Developer Custom Solutions
For each : Skip if field is missing
I've created a set up that will allow my users to import a spreadsheet and via a Function it will run through each row in the imported daa and update matching records in a chosen form/report. It's strange that Zoho Creator doesn't have this function as
V2 API: What is the status/response code and message when hitting the 50-per-minute rate limit?
The documentation states: API requests are limited to 50 per minute, per API endpoint, per public IP address. Two questions: what is the specific error code/message that is returned when that limit is hit? I don't see anything specific to that here: https://www.zoho.com/creator/help/api/v2/status-codes.html
How to check if image upload field is empty?
I have a form that has an image upload field. I want to be able to check if there is no image in the field. I have tried: if Image_Field = null if Image_Field = "" if Image_Field = empty But can't seem to crack it. Any help would be appreciated.
Workflow - on user input deluge function - issue with combining Boolean expressions
I want to fetch records from a Contacts form based on condition where Contact in a campus and Contact may be a 'Controller' or 'Both'. I write the expression like this in the deluge editor. It updates it without any errors. controllerList = Contacts[((Campus1
auto adding brackets to my if statement
I'm using free-flow scripting and have a reasonably complex if statement being used to filter a whole bunch of criteria in a search form. It was all going along ok, until I added the tenth criteria. As soon as I did that, Deluge decided that I had the brackets all wrong and has added in 5 more sets of brackets and completely broken the logic. So to the Deluge developers, please leave my brackets alone - I know what I am doing here. My If Statement if (((Item_Type_Rec = input_ItemType) || (input_ItemType
Grouped record filter criteria losing brackets
On one of my HTML pages, I am displaying record counts based on filtered sets of records from forms. e.g. number = Form[A == B && (C ==D || E == F)].count() What I've found recently (I've not noticed this before a few weeks ago) is that on save and reload of the page editing screen, the brackets around the criteria in the OR statement are disappearing. Is this a bug? Thanks.
IOS Apps not working - URGENT
We've got several IOS and Android app live through the app store from Creator. They've all worked fine up until the most recent version done a few days ago, the IOS app was re-codesigned and uploaded to the app store, approved by Apple and made live. This now appears with only a blank screen when a user clicks on it. Some slightly older devices seem to work fine with the newest version of the app when it's downloaded for the first time onto the device, however any devices which have previously had
Data upload after creation of the pages
Salutations. I have created a form using creator and uploaded some test data from our sql server. I am able to open the app from mobile, system etc. And manually keyin new values. My question is: Since I have uploaded only a test data during the creation,
is it possible create a zoho app in every customer has their own data
Hi everyone. before starting learning with zoho creator apps i'm insteresting if it's possible create an app with this features: every user/cliente (obviously every user has their own login user and password) get his data (imported from google sheet or
User restriction
Hi I have two fields Project Name and Name of site Incharge. While creating project i have to assign Site Incharge to each project. The output i want: When Site Incharge login's with his credentials he should only view Projects assigned to him. Need
Getting Special email tags in CRM
Hello, I want to get the values like page url in CRM. How could I do that can you please help me with that?
How to view most recent order from same customer
Am running into trouble with conditional formatting in Record View. And I think it's because what I want to do isn't possible in Record View and I should add some kind of status to the Form itself which automatically updates with some code. I want to
APIs - what is the file upload limit for pdfs ?
I have created a function that uploads pdf documents from a url so that I can effectively move from an old system to Zoho. I read on this page : https://www.zoho.com/creator/help/api/v2/upload-file.html The image and signature fields can accept an image
Variable Fetch Records Criteria
Trying to create a dynamic list that as users select the various other dropdowns on the form the the list displays all the records from another form that match the selected criteria. Since not all the dropdowns will be selected I can't just use the standard fetch records method r = FormName [Field1 == input.Field1]; Because it would try to match all the blank dropdowns as part of the criteria. Is there any way I can create a variable criteria based on which dropdowns are actually in use?
How to set value of dropdown based on another field?
Hello, I'd like to set the value of a dropdown when I can determine certain formats in a string field. Specifically, I am entering shipment tracking numbers and I want to set the associated carrier based on the string's format. The best example is probably UPS because their tracking numbers usually begin with "1Z". This is my first Deluge script so I'm probably way off. It has no syntax errors but it doesn't do anything. The workflow I setup is "on update" and states that it will be executed as the
help with coding multiple pages fetching data from forms
I am new to using deluge, figured it would be easier than building a database and etc from scratch, however I haven't been around html/scripting since 2005 so im a little outdated and not picking it back up as expected. I'll try my best to break down
Validate and prevent data entry
Rather than using the form validation to revert changes, is it possible to cancel or revert the changes to the original value on the "User input of a field" event rather than waiting until they're done and doing it. e.g. you have an order that has multiple
MYOB Integration?
Can Zoho integrate with MYOB ??
Can't add Application
Hi, I can't seems to able add new pre-built application from the gallery. Please advise. Thanks.
Null Value in Lookup field
I have setup filters in my lookup fields so that only districts and local level government's (LLG's) of a particular province will show when clicked but I keep getting the null value in front of the LLG lookup field. You'll find a screen shot attached
Product Catalog App > Add to Wishlist (Bug on Selecting "No")
It seems the logic used is not properly configured. When clicking "NO" option it will not Cancel the action but will just Loop to Add to List
Can Consolidated reports be created?
Hi I want records of a form to be consolidated and sent to the admin of the Creator Application on a scheduled time is it Possible?
Enable report button based on field
I have added a button to one of my reports. I want this button to do something (open a URL) if there is a value in one of the fields. It fires fine for the records where there is a value in the field "related ticket", but it also fire when there is nothing
Updating selected values of a multi select field via Deluge
Hello, I have a form with a multi select field with a couple of options. My form already has a few thousand entries, and now I need to add and select a third option for that multi select field. This is the code I'm trying to use: //Fetching all records of the form Nueva_venta todas = Nueva_venta[ID != 0]; //Go through each record and select the new option for each entry in todas { entry.Acceso.select ("operaciones@simstore.ec"); } The error I get is: 'Acceso' does not exist in this form I was also
Australian address autocomplete
Address autocompletion is a popular feature on many websites that helps users correctly input a valid address. Here is a link to the vendor's website with a demo of the functionality. https://addressfinder.com.au/ They have extensive documentation and
How to Configure push notifications
Hi Community I am trying to Configure Push Notification in creator but the documentation does'nt help me to navigate through the process. Can anyone help!
SalesIQ- Creator integration
When you guys provides the SalesIQ- Creator integration?
Replacing Dropdown-Field by Lookup-Field
Hello, within my first steps with Zoho Creator I made a form with a dropdown field. Now I'd like to change it to a lookup-field that gets its values from a different form/view. But changing the fields type seems to be impossible (probably to keep data consistent?). I would make sure that all values of the existing field (dropdown) would be part of the new possible seletion (lookup values) but anyway ... I can't change the type. (btw: Starting over is not an option, because there's already too much
Sending last Subform Entry in email
Hi All, I'm new to Creator and trying to sort out some Workflows which automate emails. My form (NCR) has a subform (NCR_Actions), the subform is used to log the actions taken against each record. I am trying to automate an email to an email address in the main form every time an NCR Action is added. So far I have created a Workflow - Deluge Script - Subform on add row. I have created a Send Email task in script and as part of the message I want to include the contents of the Action_Taken field of
Record Template Value Formating
Hi, I would like to know how to format the value of field but not the field header in the record template. I can't to seems find the options. Is it possible to change the alignment of the value? Thanks in advanced.
New OAuth workflow and limits on Cloud Function calls
Ok so here's the issue: we have an application that supports workflows for various external Zoho accounts. In order to keep from migrating the application and re-configuring every time, it makes more sense to keep it central. I've gotten an OAuth workflow
How to filter Multiselect Lookup field based on the parent field?
I have a departments table. I have a managers table with a mutli select lookup to departments. A manager may have one or more departments. I have form with the department and manger. I select the department and then select the manager. I would like
Automatic update lookups
I have Form A with a lookup field to Form B. This look up field retrieves the value from Form B and fetches corresponding data from that report. The fetched data is only accurate at the time of user input in the lookup field - if Report B changes; then
Customizing Report Header Text/Width
I have a report, and I want to customize its header text length because somehow Zoho "miraculously" trim my Report Header text without even bother to provide tooltip or anything like that for my clients to see the full text. So I browse the documentation
How to hide a section using check box
Hi i have a secton which contains around 15 fields. If the checkbox is ticked by the user i want the section to be visible or else the section to be hidden how can a custom code be written for them. Any reference would be appreciatable! Please help me
How to Select a Choice in a dropdown upon Another dropdown input.
Hi i have two dropdown's dropdown1 represents Product and dropdown2 represents Units. If i select choice Description as "Wall Concrete Pouring" then i want Units to be "Cubic meters" . If (input.Description = "Wall Concrete Pouring") { Units = "Cubic
Check / validate email field in subform against another form
On each row of a subform I want to check whether the customer's email address already exists in our database. FORM = Customers (this contains contact details etc including email) MAIN FORM = Clinics SUBFORM = Sign-up Something like: For each row in
Get ID from Lookup Field
Hi, So I have a form Projects that has a lookup field of "Builders". I want to export my Projects in CSV, but I need Builders field by ID instead of the actual name from the lookup, as the CSV export, exports with the name not the ID. So for this reason,
Next Page