Resolved! convert values to lowercase?
hi, i have 1 field which is a single line text, now i want to convert the value of that field to lower-case so i used .toLowerCase() and toLowerCase.toString() methods but am getting values as undefined . how to resolve this?