User Activity

I have a pretty simple snap that takes an input payload and performs an operation the payload, starting at a node specified using a “mapping root” property exactly like the Mapper snap. The snap works fine when testing it manually in the UI. I am tr...
I was very hopeful that I could use the SnapLogic JTest framework to build actual integration tests for my custom snap pack. Unfortunately, JTest is mocking the URLConnection in such a way where my custom snaps’ SOAP calls are failing. Sigh… [ERROR...
I thought I understood the custom Account connect method when using a ValidatableAccount returned a string to display to the user if/when the connect() method succeeds. However, my testing shows me that I can return any string I want and it is NEVER...
I have a custom snappack (version = 1, sl_build = 42) deployed in my organization’s shared folder that is in used by multiple projects. I have developed a completely rewritten version of the snappack (version = 2, sl_build = 1) that I have deployed ...
In my custom snaps, I am driving schema creation off a knowledge base rather than encoding the schema knowledge into the Snaps themselves. As a result, it is possible that I encounter an error condition when constructing an input or output schema. ...
Kudos given to