I have a Stateless form with onClick action to update a zoho CRM record.
I'm using zoho.crm.searchRecords to get a filtered list and then dynamically populating a pick list using ui.add()
My problem: I need the code value to be the CASEID and the text value to be the Case Name.
EG:
Currently when I populate the pick list it looks like
Appreciate any help... I've been reading up for a few days trying to figure it out!