Create Invoice with 2 or mor lines on Quickbooks with Deluge

Create Invoice with 2 or mor lines on Quickbooks with Deluge

Hi,

Do you know how to create an invoice with 2 or more lines on Quickbooks from Zoho Creator with deluge?

I've tried many times, but when I add a text variable to a map variable like this:

Invoice = map();
Invoice.put("Line", TextVariable);

The map variable ends up with a lot of  "\", and I can't do anything about it, even after removing the  "\" with replace all because it ends being a text variable.

Thanks.