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

Forum Posts

How to loop thru a REST snap

Hello, I am trying to load transaction data from a REST API end point. The API has pagination as required Input parameter. I am using the REST GET to fetch the data and the Https URL should be as below. https://xxxxxx–xxx/transactions?datestart=2018-...

arvindnsn by Contributor
  • 11218 Views
  • 26 replies
  • 5 kudos

Resolved! Get current JSON document being inserted

I have a pipeline with a oracle insert snap and a error pipeline. Everything works. When something in the pipeline fails I am passing variables to the error pipeline and storing in a table. I want to pass the current JSON document that failed? W...

Mark by New Contributor II
  • 3045 Views
  • 5 replies
  • 2 kudos

Tell SnapLogic to do Nothing

If data doesn’t meet a certain criteria (e.g. evaluated through a router snap), we want SnapLogic to do nothing i.e. avoid routing to an error pipeline/no further action required

NAl by Contributor
  • 1340 Views
  • 1 replies
  • 0 kudos

Resolved! Raw Text into Body on REST Post

We have an API that’s expecting raw text as the body of the call and I’m not clear on how to get SnapLogic to pass the data as raw unformatted text. If I map my text into $content and then pass that to the API The problem is that when I look at how...

pcoleman by New Contributor III
  • 3630 Views
  • 9 replies
  • 1 kudos