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

Forum Posts

GraphQL pagination

Does anyone else have experience with using pagination with GraphQL APIs? I am working with a new endpoint that uses GraphQL but the limit and offseset parameters for it are kept in the body of the request which creates issues. I’ve figured out that...

maddog0 by New Contributor II
  • 505 Views
  • 0 replies
  • 0 kudos

Resolved! Generate dynamic HTML file in snaplogic

Hi All, Have a question: I have a Script file that generates a dynamic html file. And this dynamic html file generated is fed into EMAIL SENDER snap. Problem: I want to place my script file inside snaplogic directly. Unable to achieve this. I am past...

Resolved! How to access data from previous snaps

Hi Have a pipeline where i get data from a triggered task. For testing and dev purpose, I am reading the data from files as the first step. In one of the snaps i am calling another pipeline to query servicenow after the query I want to use the data w...

vkandalam by New Contributor II
  • 1060 Views
  • 4 replies
  • 2 kudos

File writer snap smb

I want to wrtite a file out with the date formatted for NY time MM/DD/YYYY using the smb. Here is one that i have tried but i dont know the syntax for it. Equal decorator must be selected to send it to this spot. I have tried with ’ or " around them ...

Resolved! Mongo DB Update Snap - Expression for Query

The following query works in MongoDB Atlas to update a record: db.mytable.update ( { _id : ObjectId(‘1234’) }, { $set : { “org_name” : “new org name” } } ) How do we configure this for use with the Mongo DB -Update snap? any one have an example?

Jake_pm by New Contributor II
  • 814 Views
  • 1 replies
  • 0 kudos

Pagination in HTTP Client snap

Hi All, I am working with HTTP client snap and this is my first snap in the pipeline and i am using GET method to read data from API. I have to make sure data from all pages gets captured from source and for that i have to use pagination. Can anyone ...

Pakhi by New Contributor III
  • 1263 Views
  • 6 replies
  • 0 kudos