Add note/ description to CRM contact via Zoho Creator

Add note/ description to CRM contact via Zoho Creator

Hi,
I want to add a new note to a Zoho CRM Contact via Zoho Creator.

I have tried different versions of the following code on "on success":

crmResp = zoho.crm.updateRecord("Contacts", input.Zoho_CRM_1, { "Description" : input.Info_02 });

But it doesnt work.

Could anyone give me an advice on what the problem is?

Thx
Bo Thygesen