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.
Certain flow snaps like “Filter”, “Head”, “Tail” when used in a complex pipeline doesn’t generate a preview while validating the entire pipeline however these generate a preview if the pipeline is s...
Hi everyone, Since yesterday Oct. 30th, sometime between 9h and 12h UTC, OAuth connection to Microsoft Sharepoint ceased to work, with a error 500. I can reproduce this failure by opening the Share...
Hello, I'm trying to send some XML to a REST endpoint, but it looks like the XML Generator is removing any element that is empty. For example: <?xml version="1.0" encoding="UTF-8"?>
<rootTe...
Hi Team, The community is amazing and very helpful. Kudos to everyone behind it. I'm working on encrypting certain fields(PII) coming from SFDC sources and using encrypt field snap for the same. Fo...
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...