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 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 having issues trying to find all instances that match a particular email address using JSONPath. The example below is just an array of email objects, but the real data is an array or personnell profiles that I need to search by an email address ...
Hi All,I would like some advice/better solution to my query!I am preparing some data to send in a table via email, the data structure is as below [{ "statusCode": 202, "statusText": "Accepted", "payload_file_name": "s3:///bucket/api-payload/archive/...
Hi Team,I am working on integration to push data to MYSQL , When we are using the Update on Duplicate condition i see the below error for some of the recordsYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server ...
Hi Everyone,I hope you're doing well. I need some assistance with implementing pagination in SnapLogic for the Google Search Console API. Currently, there's a row limit of 25,000, making it challenging to load the data on a daily basis. If the data e...
We are experiencing an issue when invoking the triggered task using the Groundplex URL. The problem is that when we trigger the task using the Groundplex URL (load balancer URL), it immediately returns a 200 response code. It does not wait for the jo...
I checked the Public API page for Snaplogic but I couldn't find any API to get all the assets path in an Organization/Environment. Do we have any such API that I might have missed?If not all assets just an API to list Project Space paths in an Enviro...
I would like to know how to check whether an element in one array is present in another array or not?I have tried arr1.every(item => arr2.includes(item)) in mapper snap. It complaints about list type does not have a method named every. I used sl.ensu...