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

Forum Posts

Scheduled Task End DateTime

Hi, I have a pipeline that is supposed to run on a daily basis and I’m struggling in writing the logic for a timeframe. Basically, I have a API picking up data from Workday and we have two parameters (“to” and “from”) as following: The problem is wh...

Resolved! Passing error reason to error pipeline

I have designed an error pipeline which accepts few pipeline parameters like ruuid, label, error etc. I have configured this error pipe line in all other pipelines in my project to make call to this pipeline in case of error. I am not able to find an...

nishant_k9 by New Contributor II
  • 4756 Views
  • 5 replies
  • 2 kudos

Email Snap

Hi All, Is there a way to use the email snap without having to provide the password in the Account for the sender information Thank You, Sombit

Sombit by New Contributor
  • 4466 Views
  • 7 replies
  • 1 kudos

Single quote issue

Hi All, I am facing issue while parsing a csv file data with quote character as single quote and comma separator and some of the data has single quote in it and i need to remove those single quotes but while parsing itself parser is throwing error h...

rashmi by New Contributor III
  • 1835 Views
  • 1 replies
  • 1 kudos

Resolved! How to fetch values from below array?

Hello Team, I have my input coming like this, [{“@propertyTypeKey”:“Active_Flag”,“@propertyTypeOwner”:“4918”,“value”:“Y”}, {“@propertyTypeKey”:“Data_flag”,“@propertyTypeOwner”:“4918”,“value”:"N}] I need to get my output like below, “Active_Flag” = “Y...

Manigandan by New Contributor II
  • 2940 Views
  • 4 replies
  • 3 kudos

Resolved! API capture POST/PUT content

Hi, I was wondering how to capture the content of a PUT/POST call to update/insert the data into a database. I know how to capture the URL through pipeline paramters (PATH_INFO) to make all my GET requests working but now I’m trying to find a way to ...