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

Forum Posts

Snaplogic Pipeline Exposed as API

When we create a Task for any Pipeline then it creates a task URL which is an API. If we give that URL to any third party application to run our pipeline from their application, How they will be able to trigger that API through external application. ...

Pakhi by New Contributor III
  • 4139 Views
  • 9 replies
  • 6 kudos

Resolved! Migrate Pipelines

Hi Community, I’m trying to build a pipeline that migrate pipelines, accounts, tasks from one Org to another. I constantly receive an error message for the SnapLogic Create snap, while creating the pipeline in an folder. Could you please help me on t...

tharunm by New Contributor II
  • 4112 Views
  • 6 replies
  • 1 kudos

Resolved! Json Path, when some objects don't contain the path

Hello, i have a pipeline that is extracting values from an array using JSON path. This is how it works… Extract the status and effective data from the array where the “activity” = x I use this expression… jsonPath($, “$regulatedActivities[?(@.Activi...

Tommy by New Contributor III
  • 2347 Views
  • 2 replies
  • 4 kudos

Resolved! I have a use case where I have to invoke the one library function with another library function with in same expression library

I have created an expression library as below: { ‘DEPT’: { “EG” : “Engineering”, “HR” : “Human Resource”, “FIN” : “FInance” }, AddDescription : element => (element.filter(x=>x.sector==‘USA’).map(x=> x.extend({‘Description’:this.DEPT.get(x.deptId)}))....

patan by New Contributor III
  • 2107 Views
  • 2 replies
  • 2 kudos

How to divide dates in to custom quarters

I have a special quarter division requirement where I have to allot data to different quarters based on the dates they belong, for this I need to get the first Monday of each month, tried the below logic to get it but not working for the Monday part....

vaidyarm by Contributor
  • 2809 Views
  • 3 replies
  • 2 kudos

Resolved! Map Key value pairs function

Hi, I’m having it very difficult to fill the value of a key/value pair wit another value. I Have an object that consists of a list of strings that are each unique. but with each string inside the object there is a value outside the object for each it...