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

Forum Posts

Triggered task response

We have a snaplogic pipeline which is designed to load data into the table and have created a triggered task to invoke the pipeline. This task is being called by another application. In the recent execution , this task was invoked successfully and I ...

viji28 by New Contributor
  • 1735 Views
  • 2 replies
  • 0 kudos

Generate Unique Sequence

Hi All, I have a table in the Oracle database which has a unique key column. I have to insert data in this table and I am in need of generating a unique sequence while processing a file for each row. Could you suggest how to do it?

Constructing post body request

objective is to build the below in mapper “input”: [ { “key”: “plan”, “value”: “ProvisioningPlan”, “type”: “application/xml” }, { “key”: “identityName”, “value”: “88E2EA18-6C15-E811-8BB4-0017A47705CA” }, { “key”:“flow”, “value”:“AccessRequest” }, { “...

npise by New Contributor II
  • 1793 Views
  • 2 replies
  • 0 kudos

Change string based on input string

Hi, I have requirement to change the value of a string in mapper based on the input string e.g. Input value - Salary, must be replaced with IT_DEPT_COST when mapping to a variable Input value - Phone, must be replaced with ALL_DEPT_PHONE when mapping...

Reading attachment from service now

Hello, I am trying to access the attachment and the data present in the attachment file (.csv). I used the rest snap to access the service now API endpoint. I was able to navigate to all the fields except the attachment. Thanks, Harshavardhana

Harsha3 by New Contributor III
  • 3688 Views
  • 5 replies
  • 6 kudos

Error in expression

Hi All, Can you please help me understand why I am getting the below errors while using the below expression? Expression - eval(“lib.environment.getAppConf(‘OracleEBS’).” + lib.parameters.getAppConf(‘parameters’).EBS_Instance + “.srcDB”) Error - fail...