Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Delay or wait process

Hello, I have a requirement where a snap has to wait for n amount of seconds before it executes. The n amount of seconds varies based on the output of the previous snap. How do I carry the output of a variable from a previous snap and pass it as the ...

Resolved! Creating separate jsons

Hi Snaplogic experts, i would like to ask you if there is chance to create from Json like this: { "CompanyName": "TestCompany", "CompanyAddress": "TestAddress", "CarDetails": [ {"Brand": "BMW", "Year": "2020", "Fuel": "Petrol"}, {"Brand": "Jaguar",...

SL12345 by New Contributor III
  • 2709 Views
  • 5 replies
  • 0 kudos

Resolved! Unable to handle echo message

Hi all, I’m encountering this error for the first time but we have a ultra task api pipeline running. And today when Iwas testing out the api it gave the error message: Somehow knows what that means. I also saw in the dashboard that we sometime lose...

REST GET snap

Hello Team, I would like to know about a capability. Explaining below: Lets assume i have a json object : {“country”: “US”, “event”: “CREATED”, “OrderNumber”: “1125” } From the above JSON, i would like to pass the OrderNumber to REST GET snap. The RE...

viji28 by New Contributor
  • 1411 Views
  • 2 replies
  • 0 kudos

Sftp fingerprint

We have experienced this problem before, but, unfortunately, I don’t remember how we resolved it. I am trying to sftp a file and I am getting the following error: Error Fingerprint[0] = efp:java.io.GjmU0h9N How do I go about establishing an sftp so t...

clarrivey by New Contributor
  • 2293 Views
  • 2 replies
  • 0 kudos

Issue with Array mapping

Hello Experts, I am currently facing an issue while mapping array in a correct output. Mapper Expression Builder: I am mapping incoming data in such a way that if AREA is less than 10, then it should add ‘0’ (zero) before the data. However, the issu...

Resolved! Changing keys of an Object

Hello Experts, I have a requirement where I need to change the value of one single key in an object. INPUT: [ { "soapenv:Envelope": { "@xmlns:soapenv": "http://schemas.xmlsoap.org/soap/envelope/", "@xmlns:xsd": "http://www.w3.org/20...