Zoho Creator - integration with crm - set crm-user lookup field

Zoho Creator - integration with crm - set crm-user lookup field

Hi,

I have a requirement that I must set "Zoho CRM"-field value "On Load" of a form. The field gets its choices from Zoho CRM Users module.

It would be something like this (let the field name be "selectedUser"):

selectedUser = someID;

This code sets value of the field correctly but text of the field remains empty - when I select paticular user using UI the field gets populated with "UserName".

How can I set field's text value using Deluge Script?