ZOHO CREATION
EATIONZOHO creation tools and services are used for create applications and managing data effectively. Zoho is a low code application development. data integration is seamlessly connect with other zoho applications and third party services.
How to create ZOHO creation
Follow below mentioned steps to Auto populate date & Email Field in ZOHO creator on Form Load.
Step 1– First Drag & drop Date and Email Field from Basic Fields to Scratch Space and change the Filed Name according to your requirement like (submission Date, Creation Date, Request Date) add other fields also as per your requirement to create your Form and click on Done button.
Step 2- Now we will create workflow for our Form, Click on Workflow and tap on New Workflow.
Step 3 – Now Choose your Form Name from drop down and give a Name to your workflow and click on Create Workflow.
Step 4 – Now click on Add New Action and Choose “Deluge Script”.
Step 5 – Click on On Load as we need to Auto populate our date & Email Field on Form Load.
Step 6 – To populate Date – Input.date_field_Name = zoho.currentdate;
To Populate Email – Input.Email_Field_Name = thisapp.permissions.loginuserEmailID();
And click on Update button.
Step 7- Now click on Access application to see the result.