Boot camp recordings were great - need more...
Hello, Thank you for doing the boot camp recordings and sharing them. I would like to see more hands-on like this. I have a question about circuits - why are circuits restricted to simple functions? in the same complicated uses cases orchestrating
Datastore - Backup and Recovery
Is there any backup and recovery option in catalyst datastore?
Deprecation of Older Node.js Versions and Support for Node.js v16
Hello, Catalyst Community! Node.js v10 We had earlier announced the deprecation of Node.js v10 for Catalyst functions and it has been ongoing since April 2021. The retirement date was announced as July 31, 2022 for the version. However, we have planned
Generate with AI, Deploy on Catalyst: Connect to MongoDB
Hello there! Welcome back to our series, "Generated by AI, Deployed on Catalyst." We're excited to continue providing cutting-edge step-by-step tutorials to create and deploy apps for popular use cases on Catalyst in less than 5 minutes. For this tutorial,
MySQL Connector with AI in less than 3 mins
Generate with AI, Deploy on Catalyst Hello there! Welcome to our new series, "Generate with AI, Deploy on Catalyst." We're excited to present a cutting-edge series that provides step-by-step tutorials to create and deploy apps for popular use cases on
Linking Custom Domain to Zoho Catalyst AppSail?
Anyone know how to map a custom domain with Zoho Catalyst AppSail? Docs are a bit sparse, so any pointers would be awesome. Thanks a bunch!
Ability to add .env and/or environment variables for local development
Hello, I have started using catalyst and have been testing out both a frontend React app and backend functions but have not found a way to use environment variables locally before it gets deployed. Is there a way to have environment variables load when
Store Procedure
I m very new to catalyst. Please let me know if we can create or import store procedure in Catalyst DB. i have large queries to do update/insert in multiple tables, presently in local system i am just command the procedure with parameters and it do the
Is it possible to build and export a Creator App On premise into a Catalyst account and use the SaaS features?
Now, with Zoho Creator On premise, I was wonder if is it possible to build an app and export (set up) it into a Catalyst account to use as a SaaS, is it possible? https://www.zoho.com/creator/help/on-premise/cloud-vs-onpremise.html
RazorPay integration
Hi All, Looking at integrating Zoho Creator => RazorPay(connection), Which actually opens Zoho Checkout and it is not allowing Zoho Creator to add(automate) the Customer Name and Email Address to the corresponding Checkout page, instead, the customer
Django Python
Hi, Not able to deploy python django project on catalyst. its showing deployed but error in browser is internal problem. Have successfully deployed flask project as given in tutorial, but with Django its not working. Please help with step by step guide
ZCQL
How to create projectKey .
Zoho Creator App inside Catalyst?
Greetings, hope find all good and safe! Can I import and host an app built in Zoho Creator to Catalyst? Thanks in advance.
Connect to PostgreSQL
Welcome back to "Generated by AI, Deployed on Catalyst." We're excited to present the next step-by-step tutorial. Lets look at how you can create a table in a PSQL database and create a REST API endpoint for it on Catalyst, just follow these easy steps
Transactional Integrity in Data Store
In my Data Store, I want to subtract quantities from some tables, add them to others and subtract them from others. However, I want to make sure that if one operation fails, the others are reverted, or don't occur. In SQL I know I can achieve this like:
What are the best practices for storing passwords and secrets
Hi all! I'm working on a Catalyst application that will make use of some database credentials. I have an AWS background and I would use something like AWS Secrets Manager to keep things like passwords out of my code. I know we don't have anything like
Catalyst Mail
In catalyst mail section, I can add new mail and verify it using GUI.But how can i add and verify it using node sdk. I want to configure that whenever user signup in my app , I want to add their mail to mail section and verify them from node sdk without
Using Catalyst for Building saas App
I Want To Build an Application to service multi-tenant, When I read the Documentations of Catalyst API I found that the Users in Catalyst can have organization_ID and user_ID, and I can Add multi-users to the same Organization. Also, I can Set Permissions
Error in reloading page in React app with catalyst serve
Good day everyone, I am using catalyst with react on my recent project, but I run some routing errors in my react app if I use the catalyst serve command, the situation is that - after I reload my browser an error will occur, it will run normally at first
Python support in Catalyst
I see that the recent thread about the Catalyst bootcamp mentions that Python support is now available. But I don't see it inside my account. Is it available for everyone?
Remove /App/
Hello, I hope you are well. Is it possible to delete the /app/ that is generated behind the domain? Thank you very much. I am waiting for an answer.
How to do CRUD operation using nodejs in catalyst
I want to make user registration and login form using nodejs & catalyst. Can someone help
Catalyst Bootcamp 4 : Recap of Building a Sales Commission Application using Catalyst
Hello World, We really enjoyed interacting with you on Catalyst during Bootcamp 4. Thanks to our panelists who shared their applications during the session. We are sharing the resources for you to get started as promised. Code: https://workdrive.zohoexternal.com/external/442f17d7a63d96080cbf60f36098f8c1cfa5e19c5894a1d4e8308839174b4e11
Subqueries possible?
Greetings, I am looking for the ability to use a subquery in the ZCQL. Is it possible and if so does anyone have some example code? Failing that is there a way to join a table to itself? Thank you,
Catalyst Free Trial
Hello folks, Try out Catalyst with our free trial! Build and test your app in Catalyst's full-featured development environment, and gain free invocations upon going live. Catalyst Free Trial Access all Catalyst services for free in the development
Images not loading in Client
Images are not loading in the local environment which are present in the client when enabled api gateway
Not able to post data to advancedio function api from browser , showing CORS issue
const express = require('express'); const catalyst = require('zcatalyst-sdk-node'); const cors = require('cors'); const app = express(); app.use(cors({ origin:"*", credentials:true })); app.use(express.json()); app.post("/test", (req,res) => { const catalystApp
Push data from Catalyst to Zoho CRM
Hi, This is my first project in Zoho Catalyst and I am buiding a simple web app in node.js that will push data from form input to create new records in CRM. I am wondering if anyone could share with me a similar project as template. I am struggling to
How to set Up Catalyst and Connecting to ZCQL in Appsail with Node.js 18 SDK
I recently extended my Catalyst project's functionality to Appsail, excluding Catalyst functions. While integrating the zcatalyst-sdk-node package for CRUD operations, I encountered an unexpected 'Failed to parse object' error during initialization (catalyst.initialize(req)).
Express JS Function - Can't Access Request Body after catalyst deploy
Hi everyone, I'm having a frustrating issue with Zoho Catalyst and Express JS whereby it works as expected when running locally with catalyst serve but not on the online version after running catalyst deploy. More specifically, I am unable to access the
Smartbrowz Template with dynamic header from jsondata
Hi Support Team, we need to pass dynamic data from jsondata to the setting header html code in the template that we developed using smartbrowz. Is this Possible to pass? Here {{Invoice.orgname}} is dynamic data fron JSON Data section Thanks and Regards,
Is Python support still on the roadmap?
Thanks for setting up this forum. I got interested in Zoho Catalyst because I saw a video where support for Python was mentioned. Is it still on the roadmap?
Unable to get Catalyst API access_token
I am trying to get a working example by following the instructions here: https://docs.catalyst.zoho.com/en/api/oauth2/register-new-client/#RegisteraNewClient I registered a new "Self Client" and got client_id and client_secret. Then I generated a grant_token
How to alter columns?
I would like to alter the columns, commands like these fail in ZCQL Playground ALTER TABLE uzer MODIFY COLUMN email varchar(18)
SOCKET TIMEOUT ERROR - Zoho Catalyst OCR
Hi guys, I am getting a "SOCKET TIMEOUT ERROR" when trying to OCR files using Python & Zoho Catalyst OCR It works for some requests so i know the code works, but when it is a longer scanned pdf for example, it times out. I would really appreciate your
Need help with Basic I/O function
Can I get some help here? I am a bit of a newbie to nodejs but I know enough I think to do this. I can get this to work on nodejs locally, however, as a basic i/o function I get an error. Basically, when I invoke the basic function I would like to
how to make multipages in basic client app
how to make different pages for admin and app user in basic web app.Then I want to change my logics in single main.js file in MVC. how do make it? When i try to do that it displays the below error in attachment.
Intentional Concurrency Limit
Hello: What are your go-to strategies for preventing the concurrent execution of functions? In AWS, there is a setting on Lambdas to prevent concurrency when desired. How is this best handled in Catalyst?
Online Editor: Nodejs function add package
Hi Catalyst Community, I'm working on a project on Catalyst and I would like to know if there is anyway to add node packages (node-fetch in this case) directly from the Online Editor without going trough the Catalyst CLI? As I often switch between different
Serverless Masterclass 4: AI as a serverless service
AI as a serverless service Date: August 24, 2022, 8:30 a.m. PST | 9 p.m. IST Duration: 1 hour [Register now] Learn how to leverage the power of Zoho's R&D in AI through Catalyst's Zia suite. Offered on Zoho's reliable infrastructure that supports
Next Page