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

Forum Posts

JSON input to a REST POST call failing

Hello All, I am trying to send a json document as input in the body of a REST POST call. The configuration of the REST Snap is in the image attached below. I am getting a 401 error, “REST API service endpoint returned error result: status code = 401,...

wani-amol by New Contributor III
  • 4423 Views
  • 4 replies
  • 1 kudos

Resolved! Json object

I need help to get below output. [ { “key1”:“value1”, “key2”:“value2” }, { “key3”:“value3”, “key4”:“value4” } ] expected result { “item”: [ { “key1”:“value1”, “key2”:“value2” }, { “key3”:“value3”, “key4”:“value4” } ] } Thanks for your help.

Resolved! Transforming JSON Output to Payload for Slack App

I have a pipeline that outputs a json file that I would like to reformat into a payload for a Slack webhook app. It’s for an outlist and the json output list a person’s fullName with startDate and endDate and duration for the absence. The payload wou...

swright by New Contributor III
  • 2594 Views
  • 4 replies
  • 1 kudos

How to access error view document

Normally with our pipelines, if there is an error, we feed the error view document into an email, or a Jira object We have had a third party create a pipeline recently, and they have not done this We have had an error over night, and this is telling ...

RoyB by New Contributor III
  • 1570 Views
  • 1 replies
  • 1 kudos

Resolved! Problem with copy and join

Hello, I am working on this pipeline The problem is with this part I copy my result set. I keep my first output And aggregate my second output And finally I want to take those aggregate results using a lookup. This make my pipeline run endlessly. A...

Wassim by New Contributor
  • 6165 Views
  • 11 replies
  • 2 kudos

Multiple file loads in single pipeline

Hi Team, I have a usecase where I need to process multiple files (like A,B,C) and load it to tables like (X,Y,Z). I can setup this configuration as control table. Say when file A is available load it to X table, for B file load it to Y table, C file ...