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.
Hi all,I am trying to use the join snap with 3 inputs. The solution works when I use two joins after each other but now I wanne try if it's possible to use only one join with three inputs.I always get the error: failure: Right join path not found for...
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...
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 ...
I have a simple pipeline that gets called through a trigger that takes multiple documents and calls a child pipeline through a pipeline execution snap. The child pipeline returns if the processing of the document is successful or not. I would like to...