User Activity

Hello everyone, I have the need to let some stream paths end in “nothing”. Essentially I have a bunch of diff outputs that I will ignore, but eventually I will have to reduce the entire pipeline to a single output since it will be a triggered task. ...
Hi, I’m not able to access the original document during pagination with the HTTP Client. This worked with the REST Client, but looks like it’s not possible any more. This is a needed feature when the API being called does not respond back with limit/...
Hi all, I’m facing and issue where i would like to match some properties of an object within an array and then select a specific object key for the result. Since my source data is Workday XML, I have namespaces prepended to the object keys. In this m...
Is there a way to validate the pipeline parameters using the data validator? Getting the following error when trying to validate a pipeline parameter: Data Validator[5dc15a412e2bfc322115a57d_286ad388-7bdb-4bcf-be8e-0cb286d68710 -- f2cdd56e-15b0-4ea4-...
Hello, I’m wondering if there is any elegant way in the Snaplogic Expression Language to achieve String interpolation? E.g. similar to f-strings in Python? f"This is a test string including a {variable}" The method I’m using at the moment is string ...