Not able to populate picklist dynamically
Hi,
I am new to Zoho creator. Pls. see the script below-
proglist = Student_Program [ID != 0];
Program:ui.add(proglist.Program_Details.getall());
I am trying to populate a picklist (Program) in one form with field (Program_Details) from another form (Student_Program) without any filter. However when I run the application, I get ID in Program field and not the name i.e. Program_Details.
What mistake I am making ? Pls. help. I have attached a screen shot when I run the application.
Thanks,
Milind