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

Forum Posts

Executing pipelines on specific nodes

Hi,I have a use case where I want to be able to execute pipelines on a specific node for troubleshooting purposes. I know is possible to execute child pipelines via the pipeline execute snap on the same node as the parent pipeline, but that parent pi...

LeeDuffy by New Contributor
  • 766 Views
  • 3 replies
  • 0 kudos

Adding increments to a REST Get paging request

We have to send GET requests to a REST API which unfortunately doesn't support standard paging. The endpoint returns only 50 records at a time, and does not include in the response any information on whether there are more records (such as a 'hasMore...

DMG by New Contributor
  • 793 Views
  • 2 replies
  • 2 kudos

Sharepoint Snaps

Hi Everyone,I need some help with the Sharepoint Snaps. If I use the "Get Sites" snap, I get a response from the server. However, for any of the other Sharepoint snaps (e.g. Read List, Get Item, Get Document Library, etc.) I only get the error: "Fail...

rcastroe by New Contributor
  • 743 Views
  • 0 replies
  • 0 kudos

Array manipulation

I can't figure out how to manipulate the input so that I can have the desired output. Attached is the scenario that I wanted to solve.Here's what I tried:- a Conditional snap (see attached) - in Mapper, $entity.Attributes.map(x=>x.extend({Value:$ram}...

marenas by Contributor
  • 1731 Views
  • 2 replies
  • 0 kudos

Resolved! Lost contact with Snaplex node

I have a very small pipeline (3 snaps) that I’m reading from a SQL table and writing the results to a new table in the same DB. I keep getting an error: Lost contact with Snaplex node while the pipeline was running. The select statement is pulling ...

msalter by New Contributor II
  • 7822 Views
  • 18 replies
  • 9 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
  • 4718 Views
  • 8 replies
  • 3 kudos