Hello App Creators,
Greetings from Zoho Creator!
We are happy to inform you about a new feature in Zoho Creator called Cloud Functions . They are functions which are executed serverless, supported only by Creator's infrastructure, and hence the name Cloud Functions. The new cloud functions support two languages: Java and Node.js.
This feature will be available under the Functions section of the Workflows module. Once these functions have been configured and written, they can be called from any of your workflows using Deluge. Data types and return types between Deluge and Java have been mapped, including appropriate error handling.
1. Navigate to the Functions section under Workflows .
2. Click the New function button.
3. Enter the Name for the function.
4. Select the language from the given options.
5. Click Create , then enter the required code in the script editor.
We have provided comprehensive help documents for the cloud functions. Please read the following help pages carefully before experimenting with it.
We plan to roll out cloud functions in phases: