Configure JIGS Workflow Rules By Yourself

Please find the below steps to configure the JIGS workflow rules by yourself,

Step 1: Configure automation workflow rule

Step 2: Configure a new Function

moduleName = "Leads";

dataObj = zoho.crm.getRecordById(moduleName,id);

finalDataObj = jivrusintegraforgooglesheets.formatValueByDataType(dataObj);

jivrusintegraforgooglesheets.pushRecordToGoogleSheetUsingSettings(moduleName,finalDataObj,"CREATE");

jivrusintegraforgooglesheets.pushRecordToGoogleSheetUsingSettings(moduleName,finalDataObj,"EDIT");