User Activity

Hi, How to get a start and end date of a week in a single line, I need to use this in a map snap. Thanks, Deepak.
Hi, Can someone please suggest me how to configure Email Sender snap, what the SMTP server is looking for. I’m using CloudPlex what smpt configuration I should provide. Thanks, Deepak.
Hi, I would like to create the below outbound message from an incoming object array. { "root": { "elementName": { "@attributeName": "attributeValue", "$": "elementValue" }, "repeatedElement": [ ...
Hi, I’m trying to assign xml node attribute and its value from a mapper snap. Below is the sintex: $Invoice.cac:AccountingSupplierParty.cac:Party.cbc:EndpointID.@schemeID == “Attribute Value” $Invoice.cac:AccountingSupplierParty.cac:Party.cbc:Endpoin...
Hi, I’m trying to create xml with repetitive child elements with a namespace. My XML suppose to look like (input is a CSV file): <?xml version="1.0" encoding="UTF-8"?> <Invoice xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateCo...