User Activity

I have a pipeline that outputs a json file that I would like to reformat into a payload for a Slack webhook app. It’s for an outlist and the json output list a person’s fullName with startDate and endDate and duration for the absence. The payload wou...
Using jsonpath as the expression in a mapper snap the following works: jsonPath($, “$entity.items[?(@.AssignmentNumber==‘E3163300-2’)].links[*]”).find(x=>x.name == ‘assignedPayrolls’).href I want to pass in the assignment number from a parameter but ...
I need to add something like the following to the REST Header In a REST Post Snap. How do I do this? effective-Of : RangeStartDate=2021-06-17 Thanks, Scott
I have a SOAP response that returns attachments and I would like to write them. How can I do this? It looks like it is a zip file. Thanks!
Our organization has decided that they only want a single pipeline for each integration we develop (no execute pipeline to pass parameters to another pipeline). They say that this is due to the way their error handling works and that they only want o...
Kudos given to