Hi all,
Relatively new to advanced features of zoho creator, and i haven't found an answer after a quick glance at the online help.
Essentially i'm trying to associate a label to a record based on a numeric input in a form, as in when a user enters "1", zoho will create a label "category 1", if a user enters "2", zoho will create a label "category 2", &c.
I want to avoid using nested if statements because of how many numbers need to get checked against the table, so i was looking for a select/case equivalent. does something like this exist?
Thanks!