Is it possible to reference a form dynamically in Deluge Script?

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:

  1. Form myForm = zoho.getForm("App", "FormName");
  2. myRecords = myForm["Foo" == "Bar"];

It would be fantastic!