Not able to set update a module entry with a Boolean variable
I am creating a Flow where if certain requirements are met, I want to update a checkbox in Zoho CRM's Cases module labels "Paid". I am just not able to figure out how to update the value. In "Update module entry" the variable is displayed as text, so I have to input something. I tried: true, 1, yes, True, Yes with no luck. Whatever I do, I get the same error message as a result: "Invalid input for Paid. The expected input type is boolean." Any know what I'm doing wrong? Thanks!
I live a webhook of zoho flow and I don't know how to respond with the following json {"fulfillmentText": "Text"}
dialogflow sending me data to the webhook, I do searches in my zoho application and at the end of my flow I need to give this answer to dialogflow ... I don't know how to configure the webhook response! how is it done? This is the answer I need to send
Connections not supported as a part of the InvokeURL method in Zoho Flow
Zoho Flow has a major major deficiency: there is no support for connections in the invokeURL method for deluge. This severely limits the connection capabilities we have: for example, no APIs that use OAuth2 can be utilized in custom connections (which
Zoho Flow connection to Zoho CRM
I connected to Zoho CRM when I test it, but when I save that step in Flow I get this error. {"code":"INVALID_URL_PATTERN","details":{},"message":"Please check if the URL trying to access is a correct one","status":"error"} Hopefully someone has an idea
My Zoho Flows are not running
Hi Team, Do you have any issues with Zoho Flow now? None of my Zoho Flows are running. It runs when I go to the Builder and I do a test. However, when I exit the builder and do edits to trigger a flow, it does not run. I have Books, Inventory and CRM
ZOHO DELUGE / FLOW DOWN
Internal errors are thrown for any URL invoked through deluge. This seems to be a Zoho wide issue, as all my organizations are effected. Additionally, each service independent of flow also results in the same type of error. EDIT: WE ARE BACK BOYS!
Zoho Flow - 'Filtered' issues
I have built a flow between Sprints and Aha - it was running successfully and still runs successful in Test mode but when turned on now 'filters' all executions. I have tried multiple changes - the trigger filter is a specific Tag which was working before
Zoho Flow - Can not reference Zoho Analytics query table in Zoho Flow
I've created a Zoho Analytics query table and would like to add data from that table to another Zoho Analytics table on a daily basis using a Zoho Flow. It seems, when building my flow, my query table is not include in the list of available tables. Is
Zoho CRM says "Invalid input for Owner. The expected input type is bigint."
Goto Zoho Flow Add New Flow - Zoho CRM - Update Module Entry - Lead Add "Create or update lead" In "Create or update lead" has a entity "Owner" I put the Owner field from "Update Module Entry" (Itself) it was a text type of "Owner" field 1 3 2
The expected input type is jsonarray."
CRM says "Invalid input for Product_Details. The expected input type is jsonarray." I have searched the forums and it says that one needs to create a custom funtion. As I am not familiar with JavaScript I need advise her.
Uploading file as attachment to Zoho CRM
Hi, I am trying to attach a file to a Zoho CRM contact using Zoho Flow. Right now, I try to do it through the “Upload File” field in Zoho CRM (In my screenshots, it’s called Téléchargement du fichier 1). Here is what I tried: Case 1: Webmerge document The Flow is called “Custom Function” (see screenshot 101). Step 1: Creating a Webmerge document (screenshot 99) Step 2: I use “Update module entry” to upload the created file. I upload Webmerge’s “Document” in my “Téléchargemet du
Deluge creator integration - creator connection does not exists
Hello, Im trying to use the new integration instead of using the v1 that will be deprecated. so my old code its this one: getrecord = zoho.creator.v1.getRecords("roboplan","planeamento-plano-b","Tasks_Report","Task_ID ==\"" + taskid + "\""); The new code
Unbelievably slow service
I'm having issues with all my flows since yesterday. Most of them seem to be slower in general. I'm also facing a timeout over 30 seconds because of this issue. As per status.zoho.com, the ms went from 6msec on the 23rd of nov to over 55msec average today.
Zoho Flow not handling Boolean properly
Hi, I have a checkbox in one system that I'm trying to sync with a checkbox in Zoho CRM. The value from the source system comes in as blank (unticked) or 1 (ticked). I've written the following custom function to convert the output to either boolean false
Zoho Flow - Creator to Excel. Add row to excel sheet using Creator Subform fields
I've created a flow which adds a new row to an excel sheet on submission of a Creator Form. It pulls through all the form fields i require EXCEPT for the Subform fields. Is this a known limitation of Flow or is it something that can be done? Guidance required please. Thanks.
Connecting to Woocommerce using Zoho Flow
Hi there, For months I have been trying to connect my woocommerce store to zoho Books using Zoho Flow. I know it is beta but I cannot connect this. I have been speaking to support for a loooooong time and frankly they are hopeless. They check the settings,
Creating a project with Zoho Flow and with date custom field fails
Hello, I think I found a inconsistency in how Zoho handles dates. Let me explain, as it took me 2 hours to figure out where the roblem lies, and didn't found a solution I'm using a Zoho Flow flow triggered by a Zoho CRM new Deal. The Deal has 2 date fields
I need a Flow that will MOVE a Sales order from CRM to a Sales Order in Books
It appears as if the Quotes and Sales Orders in CRM are dead-ends. The data doesn't go to Books with any detail. I can create a Flow that will create a Sales Order or Invoice in Books, but there aren't any line item details. Without the details, it is a pain to re-enter all the data for purchasing and customers want to see the details of what they bought on the Invoice. Ideal solution would be that integrating Books with CRM on One would turn off Sales Orders and Invoicing in CRM. When a Quote is
Zoho Flow to Creator 3001 Respoonse
I have updated my Flows with the new V2 connection to Zoho Creator, but now some Flows do not work. They take in data from a Webhook and are supposed to create a record in Creator, however creator returns a 3001 message along with a failure, but I cannot
Custom function connection with Zoho Creator
Hello, I am using a custom function to GET RECORDS on a APP that i have in zoho creator. This function allways worked, but now it gives the error: "No. of arguments mismatch for the integration function 'zoho.creator.getrecords' at line number 3. Resolve the errors and try again" So i fixed by inserting the rest of the params (index, limit and connection name), so my function is like this now: getrecord = zoho.creator.getRecords("roboplan_zoho","planeamento-plano-b","Tasks_Report","Task_ID ==test",1,10,"creator");
PROBLEM WITH ZOHO FLOW
Hello, We are a paid customer and we have several integration processes that are using Zoho Flow as a backend. Recently, especially yesterday and today. We have been experiencing problems where Processes get stuck on "QUEUED" status for several minutes
ZOHO Flow suddenly generating CORS errors
We are writing an application that as of yesterday stopped working since our JavaScript calls to ZOHO Flow have all suddenly stopped working. The error is the dreaded CORS error: has been blocked by CORS policy: Response to preflight request doesn't
Zoho CRM New Module Entry not triggering anything in DeBug for custom module
Hi I'm trying to set up a Flow for a Zoho CRM New Module Entry in a custom CRM module. When I test it in DeBug nothing gets triggered, even though I can see the new entry in the module in question. Why would this be?
New Zoho Books Action "Update Invoice" is BROKEN
Zoho flow recently implemented new Zoho Books actions that required us to update all of the flows with new actions where we previously used "Zoho Books." Now the "Update Invoice" Action is broken. Every time we try to update a Sent Invoice using "Update Invoice" action we get the following error: Zoho Books says "Please enter the reason for updating a sent invoice." But the action doesn't have a field to enter "Reason" like it used to before we were forced to update. Literally the Zoho Flow updates
Automatically create a Zoho Desk ticket when a task is assigned in Zoho Projects
Hi, We are currently using Zoho Projects to manage the new installations of the software we sell and Zoho Desk to track the support cases. The workers that are doing a new installation are the same that will support the customers later. The project management
InvokeUrl API Call failing from Deluge Script in ZOHO Flow
Hello, I have been wrestling with an API call placed from a ZOHO Flow via a Deluge Script. For some reason, only calls that contain nested JSON structures seem to be failing. When I say fail, I get a response saying that API parameters are missing when
"Unauthorized app"
i'm trying to save a flow having "Zoho Workdrive - File Created" as trigger. But I only get the message "Unauthorized app", and no other information about it! Could please someone help me on this? Thanks Luciano
Zoho Flow Webhook Trigger isn't properly mapping entire HAL+JSON response
I'm sending a webhook to Flow, which works just fine, but Flow seems to... ignore some of the data? The webhook is received as expected: But only some of the values show when attempting to map variables in subsequent steps, lots of data missing: (I
How to ad zoho CRM contact tags automatically with zoho flow?
Hello, Below is an image of my current flow in zoho flow. I want to know how to ad tags to the contacts the flow creates. First I will explain how the flow works. STEP 1: Calendly send info to my zoho CRM and creates a contact every time I get a calendar booking. STEP 2: Create Create or update contact STEP 3: Fetch the same contact information STEP 4: Create a deal (that automatically places it in the proper place on my sales pipeline) STEP 5: Take the same contact and add it to my zoho campaigns
Zoho Forms currency field to Zoho CRM currency field : unexpected input type
Hi, I posted this issue to support and didn't get a satisfactory response, so I am posting this here. I am integrating Zoho Forms to Zoho CRM with Zoho Flow. When I map currency fields form Zoho Forms directly to Zoho CRM currency fields, I get the error: "Invalid input. The expedcted input type is currency". Support told me that Zoho CRM currency field is expecting an integer. It seems like zoho Forms output is string. What would be the workaround to map Zoho Forms currency fiedl to Zoho CRM currency
Zoho Flow and Zoho CRM Incomplete Integration
I find myself so close to being able to produce some really great automations, however i find myself falling short constantly due to limitations on the zoho crm and zoho flow integration. Maybe i am just missing something. Below is the scenerio as well as a screenshot of my flow. Lead comes into the system, assigned to 1 of 7 sales reps. After a delay of about 15 minutes I need to send an email ( using a template ) to the contact. So far I have this working very well. The issue is as follows. I
UnParsable Date From Zoho Calendar
Hi, I'm trying to send new events created in Zoho Calendar over to Todoist and have an issue with the date format in Zoho Calendar. The Date format Todoist needs is 2016-09-01T11:00:00 Zoho calendar date looks like this: 20190612T160000+0100 I'm trying to use the following to convert the date: string ConvertCalendarDAte(String CalDate) { result = CalDate.toString("yyy-MM-ddTHH:MM:SS"); return result; } The error is get is : UnParsable date at line number 3. Resolve the errors and try executing it
Create Event to existing contact from Calendly booking
I I want my calendly bookings transfered to Zoho CRM with the following steps: 1. Appointment is booked 2. Is there an existing contact? If YES, then create event (with booking data). If NO, then to step 3 3. Is there an existing lead? If YES, then create event (with booking data). If NO, then to step 4 4. Create lead. Create event to that lead with booking data. Steps 3 and 4 work fine, but step 2 doesnt work. I get the error: "Zoho CRM says "Zoho CRM says 'invalid data'. Check the input for $se_module
Keep getting "code": 14, "message": "Invalid value passed for authtoken." My authtoken is correct though!
Yesterday, I reset my password. I think I accidentally selected that checkbox that deletes all API/Authtokens. Today I regenerated new connection/authtokens for each Zoho Module that I needed. All my standard actions work great. BUT all my custom functions (even when they use the same authtokens) now return with an error message. The biggest example is my custom function that creates an invoice. It returns that the Authtoken is invalid. BUT it is correct. When I go to my accounts.zoho.com I can see
Trouble updating a spreadsheet created with Flow
Hi All, My basic problem is the following: I have a Creator App and whenever a customer record is created, I want to create a spreadsheet titled with their name/record ID etc, and then update this spreadsheet with a new line any time certain parts of the customer record are changed. These fields of interest are in a subform. This creates a sort of "audit log", which I intend to use in Analytics. I can create the spreadsheet when the record is created. However, when I move to the next step in the
Google Blocks and Zoho Mail Problems
Hello my friends, we are having a lot of problems trying to create a flow that starts in a custom app that has a form that receive client contact email and creates a contact in zoho books, them email the clients with the provided contact info and client ID, when we try to integrate Gmail Bloc to it the flow is not being executed, also happens with google sheets, the flows are not being triggered when a google block is in it, we checked and the flow is on, we migrated the domain email to zoho email
No Flow working since 3 hours !!!
Hello None of our feeds have been running for more than 3 hours. What's going on? Please inform us quickly about the resolution of the problem because in the current state of things our company is completely blocked.
Wiring up flow diagram
Hey folks, Banging my head on this one. I have a very simply flow. The trigger is a Zoho Form, which then uses the create / update CRM integration to update the customer record, add two notes to the record, and then it should connect to a decision to determine if the user should get an email from us. However, every time I try yo wire this (and they wires do connect correctly), after saving the wires after the second action are removed. This happens every time, despite applying the changes. Any
URGENT - Zoho project triggers not working in ZohoFlow since more than 24hr
The flow trigger from zoho project on zoho flow is not working since more than 24h Our tickets remain unanswered and our teams cannot work properly. The implementation of a tool like Zoho flow is very important for us and our daily processes. Your tool
Can't Connect to my Organization when Adding Trigger from Zoho Flow
Hi I am adding a Zoho Desk trigger for the first time. I generated an Authtoken, and it successfully took me to the next page. I am required to select Organization which is a dropdown, but when I try, there is nothing listed there. Our organization (Guard Home Warranty) should be listed but it is not. I think this might be because my zoho flow account is under one email but my zoho desk admin is under a different email. Would this be the issue? If so, what's the easiest way to resolve this?
Next Page