Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Iterate over json document and pivot the output

I have input as below from source and target, where I need to find the difference between same columns from source (SRC) and target (TGT), and pivot the result to get the desired output as shown below --My Input[  {        "SRC_DATE": "2023-11-20 09:...

Imran by New Contributor
  • 1593 Views
  • 3 replies
  • 0 kudos

Resolved! Filter attributes out of object

Hello,I need to filter a payload based on user entered parameters. The user can use the fieldsNames parameter to provide a list of fields they want returned, instead of all 30 attributes in the payload. In the examples below I need to filter the payl...

Max by New Contributor II
  • 2865 Views
  • 5 replies
  • 0 kudos

Invoke Slack Workflow

Hi,I have a pipeline that sends Slack messages to a specific channel under certain conditions.   Are you aware of any way to invoke an existing Slack workflow that was build with Slack workflow builder using any of the Slack Snaps? The workflow can b...

sa03842 by New Contributor
  • 1292 Views
  • 1 replies
  • 0 kudos

Resolved! Design pipelines to run sequentially

So, I'm building a pipeline which performs a number of API requests and writes the responses to Blob storage.When that pipeline and it's child pipelines are done executing I want to trigger a separate pipeline to process the data that is stored in bl...

pipeline-early.png pipeline-late.png