User Activity

Hello, We’ve been trying to implement a calculation using a decimal exponent into Math.pow Each time the exponent is a decimal and not strictly an integer, we get 1 as a result. Current result is the following Math.pow(2,2) gives 4 Math.pow(2,3) give...
Hello, I’m trying to use the new error pipeline to export a log table into a log file when something happens during my process Only problem: when the error pipeline is called (by an exit / threshold 0) its execution is stopped by the parent pipeline ...
Hello, I have a question about how the xml / xsd / xslt works in SnapLogic Right now, we are trying to produce an XML file in a very specific format using XML formatterXSLT When producing the file without the xsd validation, we get an xml file that ...