This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
To prevent further spamming incidents, we have changed our permissions for the members of this community. While anyone can visit our community, only verified customers, partners, and employees will have posting access. Email community@snaplogic.com to verify your account.
Trending Topics
The Integration Nation is an active and collaborative place to learn more about events and ask questions to fellow fans! Check out our most popular conversations happening right now!
I have an issue with an infinite loop in pagination. API Server returns a next URI which matches the previous URI. It can happen on any pages. For example, HTTP client fetched 10 pages but the page 10 contains the next URI which matches the previous ...
One of my company's use cases for SnapLogic today is replication of data from Salesforce into internal Kafka topics for use throughout the enterprise.There have been various instances of internal consumers of the Kafka data reporting missing records....
Hi,I am executing a query using PostgreSQL - Execute, and getting the below output. I am not able to map it in mapper.[{"item_id": {"UUID": "024b0ca1-96ae-4c9c-be26-21990a46e684"},"active": true,"title": "NEW","description": null,"file_id": null,"fil...
Register Here>> Join us at AgentFest on April 17, 2025 to discover how AI Agents are reshaping enterprise innovation. Hear from visionary leaders, and gain practical insights to propel your organization forward. With a blend of thought leade...
I'm trying to replace the REST Get snaps in my pipelines with the Http Client snap but the response I'm getting is formatted differently. With the Rest Get snap, the JSON response is formatted as a list so I can subset it using $entity.data notation:...
Hello all,I'm using a HTTP snap to get a list of tasks in a given project, and by default the server returns maximum 100 items per call. To get the items above 100, the endpoint has a query parameter "skip" that offsets the number of items to skip to...
Hi,I have certain observations while running a pipeline with SQS snap as trigger.1. On startup, pipeline reads all available messages from sqs and hold them in buffer and process them as per concurrency2. There is no mechanism to control the speed at...