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.
For Join, I'm just doing a left join. Fields are both Strings. It works in Alteryx, so no idea why it's not working in Snaplogic. I also tried In-Memory Lookup but the fields are just not joining. On...
I have a JSON payload with a nested array (below). I am trying to use the filter Snap to select specific items only. Unfortunately, the expressions that I have tried have not worked - they select eve...
Hello everyone, I hope you’re all doing well. I am facing an issue while trying to send an email through the Email Sender snap, and I could use some help to resolve it. The error message I encounte...
Hi All,
I could’t see the Email sender Snap in my Oraganization, How to find the Email sender Snap pack. do we need to raise any request for this in Snaplogic Support ?
Please help me on this iss...
How to build raw POST body using mapper? Need to achieve below
{
“conditions”: [
{
“name”: “learningevent_id”,
“operator”: “==”,
“value”: “12345”
}
]
}
I am able to achieve it...
Hello,
I would like to seek assistance regarding an issue I’m facing with a REST Get snap in my integration workflow. I am using the snap to retrieve candidate data from the Workable API. Here is a...
I was asked the above question today, and I believe the answer is that Snaplogic would use the bundled JREs collection of trusted certificate authorities in:
/opt/snaplogic/pkgs/jre1.8.0_45/lib/sec...
Developing an integration for a client and they can no longer setup external API authentication using “Basic Auth” which is the only supported auth for this snap pack (https://docs-snaplogic.atlassia...
Hi,
I am in the process of building a custom snap and I am uncertain of how to read a file from the SLDB. The documentation does not provide an example for this. I was able to read a file from the ...
Hello everyone,
I’ve been having a problem which i can’t really pinpoint:
I want to combine two data sets at root level instead of having to put in an intermediate top element.
Here is a workin...