Hello. I'm working on a Zoho App where I will be using many functions for determine eligibility for client membership and each function's name will be assigned to a specific Criteria form. The Criteria form will have a String or Text field named "Function Name".
I'm hoping to call the function name on a separate Form named "Screening" where if the Criteria Type is equal to "Function" and the "Function Name" is present, it will use that particular function assigned variable to call the specific function to run. Is this possible to do as my initial attempts have not been successful as it states:
"Error at lineNumber:1 Function:thisapp.calculations. EC.Function_Name() does not exist"
I hope to do this rather than create If statements for every function that I'll be creating - as they can number more than 100 when I'm done.