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

Forum Posts

Pagination for Coupa API GET

Hello,I need to extract all records from several Coupa tables using Coupa API. However Coupa only allows to extract 50 records at a time (Coupa documentation). I tried implementing the solution in this thread (link) for invoices and suppliers table b...

rpc1235x_0-1696285756716.png rpc1235x_1-1696285796297.png
rpc1235x by New Contributor
  • 480 Views
  • 0 replies
  • 0 kudos

Documentation

Is there a way to create a PDF of the pipeline setup and all of the instructions needed to edit and run the pipeline? For example, show the mapping and the setup of each snap?

Resolved! JSON response without []

Hello,I need to construct a JSON response to validate a webhook for Adobe Sign.The required response is { "xAdobeSignClientId": "BGBQIIE7H253K6" }However by default I get [{ "xAdobeSignClientId": "BGBQIIE7H253K6" }] which is rejected.Is there a way t...

mongley by New Contributor II
  • 1031 Views
  • 4 replies
  • 1 kudos

Resolved! Dynamic range of dates for REST

My current pipeline works with pipeline parameters defining the range of datesHowever my goal is to automatize this for each month. My idea is to schedule a task for the first of every month and I would like to dynamically set date2 as Today minus on...

rpc1235x_0-1695413731305.png rpc1235x_1-1695413943268.png
rpc1235x by New Contributor
  • 869 Views
  • 3 replies
  • 1 kudos

INAPP Purchases

Hello Everyone,So I've been trying to fetch (GET) in-app purchases from Apple Store Connect APIs, however I'm not sure how and what kind of account I should create. I need to dynamically generate a JWT (token) that stays 20 minutes with the following...