User Activity

I’m quite new to SnapLogic and struggling to create a pipeline which traverses a tree structure. The use-case is that as an input, I get a tree-structure of items, and want to replicate this in another system. For creating sub-items, I first need to ...
I’m developing a custom snap which essentially makes a custom query to a backend. I have a table property with columns key and value which encode the query criteria. The backend provides me with APIs to get values for both possible keys as well as po...