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

Forum Posts

No Pagination Support on REST Post Snap?

Hi everyone, I am using the REST Get snap and it works beautifully for paginated data requests (using the Has Next boolean field and the Next URL field). I noticed that for some strange reason the REST Post counter-part snap doesn’t have this functio...

kw917 by New Contributor II
  • 1227 Views
  • 5 replies
  • 4 kudos

Convert an Array to an Object

I need to convert an array to an object.  this is my array:[  {    "totalMatchingRows": 2,    "pageCount": 1,    "pageSize": 1000,    "pageIndex": null,    "rowsInPage": 2  }] I need to convert it to:{  "totalMatchingRows": 2,  "pageCount": 1,  "page...

KevinFord by New Contributor
  • 526 Views
  • 1 replies
  • 0 kudos

Resolved! SQL Insert / SQL Server Execute Snaps

We have a process today that does a SQL insert into a transactional database and returns the ID value for use in later steps.  We have tried the SQL INSERT SNAP and ID is not returned.  Also tried the SQL Server Execute Snap using and INSERT statemen...

KevinFord by New Contributor
  • 551 Views
  • 1 replies
  • 0 kudos

Resolved! Converting an array to a JSON payload

Hello all,I need to convert an array of ID values into a JSON payload, and I cannot find any array function that can iterate the values of the list to generate what I need.My array of IDs looks like this: ["r4ige6rwgvnr", "4nkmdoijydfj9", "6ashbd99w3...