Problem with pass a value to a Zoho CRM Integration field

Problem with pass a value to a Zoho CRM Integration field

Dear All,

In a form I have added a Zoho CRM Integration field ("Supplier" Name) which is connected in the Vendors Module of the CRM.
I would like to create a record in Creator through Zoho CRM and this field to be filled with a specific value.

I have written code like the below but it does not work
Where 1111111111111 the correct ID
Where 'company' the correct name.

I have also tried using .toString but again no success.
What is the problem? I think that I have to pass the Vendor ID in order to be selected in the creator CRM integration field

mp = Map();
mp.put("Supplier",1111111111111);

otherParams = Map();
CreatorRecord = zoho.creator.createRecord(company,"it-asset-tracker","addhardware",mp,otherParams,"creatorconnection");