User Activity

 I have this below code, but the output csv contains \n instead of giving line break$id + '\n' + $crse_detail.toString().replace(/;/g, '\t\t').replace(/,/g, '\n') + '\n' + '**********' + '\n'I tried updating the csv formatter delimiter to \n. It erro...
I established a connection with Docusign, and want to retrieve documents from Docusign, but the below code gives me an error: looks like I need an envelope Id but I want to get the documents in bulk without specifying envelop id… $base_uri+ “/restapi...
Hi, My CSV has headers which repeat themselves - BLANK2 , BLANK2, BLANK2 , NAME, BLANK2 Mapper gives me error saying that I can’t have same Target Path names. I tried adding header fields to CSV formatter and Binary Header, that didn’t work. I tried ...
Kudos given to