getting deluge error on update

getting deluge error on update

Getting deluge error on update task 

here is the code - 

Products = zoho.crm.getRecordById("Products", ID);
Category_1 = Products.get("Category_1"); info Category_1;
mp = Map();
//mp.put("Category_1", "Sport Supplements");
mp.put("Ingredients", "Sport Supplements");
update = zoho.crm.updateRecord("Products", mp, ID); info update; 

Error message - 
Failed to save the function
  • Argument type mismatches for the integration function 'zoho.crm.updaterecord' at index 2 Line Number: 6