KEY-VALUE - Can not execute "get"
I created a new Mail Filter with "specific function" and use the "default" code (For a new empty template) i.e. this:
- messageDetails = zoho.mail.getMessage(mail_messageId);
- mailContent = messageDetails.get("CONTENT");
- fromAddress = messageDetails.get("FROM");
- info "GOT ";
- info mail_messageId;
- info mailContent;
- info fromAddress;
i get the following error while "test execution":
Line N0: 4, Argument type mismatch - Found 'TEXT' but Expected '[KEY-VALUE, TEXT, LIST]' for the function 'get'