Issue with function → no lookup

Issue with function → no lookup

Hi there,

i have an issue with a function that is renaming all entries within a module (Feedbacks) following a certain naming convention. everything runs fine except, it doesn't add the account name. i believe this is due to the fact, that account should be a lookup too, but it always pulls it in differently. please check the screenshots and below code:



  1. map = Map();
  2. map.put("Subject","FB" + " - " + brand_name + " - " + account + " - " + season);
  3. feedbacknameupdate = zoho.crm.updateRecord("Cases",feedback_id.tolong(),map);
  4. info map;
  5. info feedbacknameupdate;
thanks for your help!!