Zoho Reports integration task for lookup field

Zoho Reports integration task for lookup field

Hi,


I am using the integration task in order to add rows in zoho reports data base. I am using this kind of script:

rowInfo.put("Email link Zoho", input.Email_link_Zoho);
rowInfo.put("Horas Extra", input.Horas_Extra);
rowInfo.put("Promedio Mensual Horas Extra", input.Promedio_Mesual_Horas_Extra.toString());
mapResponse = zoho.reports.createRow("Empleados Activos", "Empleados Activos", rowInfo);

So far it works perfect except for the lookup fields, it returns the ID number and not the actual names in the  lookup.
How can fix this?


Any help will be appreiciated.