Is it possible to reference a form dynamically in Deluge Script?
Hi!
Is there any possibility to reference a form dinamycally using string literals?
Something like this:
- Form myForm = zoho.getForm("App", "FormName");
- myRecords = myForm["Foo" == "Bar"];
It would be fantastic!