User Activity

Hello, For the REST Get snap, there’s a feature to set a delay interval between Pagination and Retry calls, but what about just between regular calls as documents come in? All calls to REST can be rate limited, not just pagination calls. Do I have ...
Hello, If I have a triggered task that I’m passing parameters to as key=value pairs in the query string, for example: https://elastic.snaplogic.com:443/api/1/rest/slsched/feed/.../task/?param1=123&param2=456 What is the maximum allowed length of that...
Hello, How do you conditionally remove (or add) a field to a document? E.g., I have a mapper: Expression → Target Path 20 → $field1 10 → $field2 ‘’ → $field3 null → $field4 So I now have: [ { ‘field1’:20 ,‘field2’:10 ,‘field3’:‘’ ,‘field4’:null } ] N...
Hello, I’m calling a REST API which requires me to increment a ‘page’ value in order to get all the results. The issue is the API doesn’t return any metadata. For example: 1st call is: https:domain.com/object/page/1 Results: { entity:[ {…},{…},… ] ...
Hello, How can I make a triggered pipeline respond with plain text vs something structured? e.g., it should return: My Return Text Here and not anything like this: [ { returnText: “My Return Text Here” } ] Thanks!
Kudos from