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'm using the following expression to parse date fields in an object. It works correctly. However, when I replace key.contains('date') with another string to compare, the expression returns null for the object.$attributes.mapValues((value,key) => key...
How to increment the counter (variable) based on the incoming data in snaplogic. Source Data: CostCenter, TestCompany Test_Cost_Center_001,Test_company_1 Test_Cost_Center_001,Test_company_2 Test_Cost_Center_002,Test_company_1 Test_Cost_Center_002,Te...
I have two source TikTok Business and Semrush APIs which use query parameter authentication. I didn't find an appropriate account which I can use for HTTP Client. I don't want to keep secrets in files or pipeline parameters. Maybe I missed something,...
This article describes how a triggered task is invoked in the SnapLogic Elastic Integration Platform using an OnPremise URL through load balanced Groundplex nodes. Assume that your organization has a SnapLogic Groundplex provisioned with 3 nodes. Whe...
The topic of "providing windows ID / Password to SQL Server has come up a few different times so below is a solution that I found to work in most instances. Scenario: Service accounts with Native SQL Server authentication is NOT supported (internal s...
Hi Team,In my pipeline, I need to clone the incoming data stream for further transformation. I have two options: either to use the Copy Snap or the Router Snap with both conditions set to true. Which option is more suitable for cloning large volumes ...
I'm going to update the existing account which contains a short-lived access token and then the account is used in HTTP client snaps. But it doesn't work, looks the account is loaded once for all pipelines including child pipelines. Is this expected ...