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

Forum Posts

Resolved! SnapLogic Dashboard

Is there an option to add Project Space and/or Project to the Dashboard? It's nice seeing the pipeline, but I'm looking to see Project Space and/or Project also. We have some pipelines with the same names and the only way I know to see which pipeline...

chmurray88 by New Contributor II
  • 405 Views
  • 1 replies
  • 0 kudos

HTTP client

**Task :**We have n number of records in the below URL, we have to pull all the records. For each request there should be limit of 10 records for testing. How to use Pagination for this Task, Note: In my client URL there is no offset, start or limit....

rjapala by New Contributor III
  • 1831 Views
  • 7 replies
  • 3 kudos

REST Get Pagination

Hi everybody, I’ve been thinking about a solution to my problem the past few weeks and still couldn’t find a proper solution. The problem is: I have an REST Output which gives me the following. The total of outputs I have for ONE day and the data wi...

Data Validator Snap - multiple validations

I have two fields I wish to validate. These fields simply just need to be present. I attempted to use the Data Validator snap. Its configuration is similar to the screen shot below. This snap routes documents to the error view where $field1 is n...

Thom by New Contributor II
  • 618 Views
  • 1 replies
  • 0 kudos

Pagination in REST API

A very good explanation of how to implement pagination in REST API in this below blog post: SnapLogic – 4 Feb 16 REST GET and the SnapLogic Public APIs for Pipeline Executions As a part of a wider analytics project I’...