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

Forum Posts

Resolved! Cannot call parameter in the error pipeline

I am building a generic error pipeline which will load error occuring in the source pipeline and write them/load them into a database. It will load data such as label, user, etc. on which the error takes place. In source pipeline, within within the p...

pranj_0-1720306549803.png pranj_1-1720306657825.png
pranjbhatt by New Contributor III
  • 1878 Views
  • 7 replies
  • 1 kudos

REST API Paging Issue

Hi, I have a REST API where the page index is passed in the request body. There is no indication of total records, so you must increment the page index in the request body until no records are returned. I cannot see how to do this via the pagination ...

mrcol_0-1719433918308.png
mrcol by New Contributor
  • 558 Views
  • 1 replies
  • 0 kudos

Get order of records within a group

I have a situation something like this: Employee IDEffective DateOffice11/1/2023San Francisco11/1/2024Oakland26/1/2023Sydney212/1/2023Tokyo  I need to add an order column and end date of the previous record column. Can you please suggest any ways of ...