User Activity

Hello all, I faced with issue with in-memory lookup. According to snaplogic documentation, [https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439008/In-Memory+Lookup] it does not supported structured JSON path like '$customer.address. It can...
Hello everybody, I want to create some metrics related to API call time. For now, I am trying to subtract date.now and pipe.startTime using following expression (Math.trunc((Date.now() - pipe.startTime)) ) in mapper preceded by REST POST. Sceleton of...
Hello all, I have to deal with API with paging. In the body of the response I received not only data but also cursor(pointer to the next page of data). I used REST POST snap. The API was designed to return a large dataset and that’s why the API shoul...
Hello all, I want to get the log from AWS cloudwatch using the name of log groups. Is it possible to achieve it using standart components of snaplogic? Or better way to use script snap?
Kudos given to