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

Forum Posts

Sharepoint online config

Hello, I’m trying to connect a Sharepoint Online snap to a site to do a upload file. So far I got the access token but when I tried to set up the settings, mainly to provide the site id, I have no clue what should be put there, I’ve tried everything ...

REST POST but I need Process Array

I am calling a REST api that returns large amounts of data, but it requires a POST to get the data. The POST snap does not have the Process Array element. (the API does support streaming the results if I call it from Python. Thoughts or solutions?

Tim by New Contributor
  • 1844 Views
  • 2 replies
  • 0 kudos

Resolved! Throw error to trigger error pipeline

Hello, I’m wondering if there is any way to trigger the error pipeline, without having to execute it with a Pipeline Execute snap. The idea is that I filter for Client or Server errors, which i’d like to handle differently based on the error code and...

Henchway by Contributor
  • 4172 Views
  • 4 replies
  • 2 kudos

SQL Server - Execute Snap

A statement like this works fine in SQL Server. How can I get something like this to work in the SQL Server - Execute Snap? There has to be a syntax issue that I have. Any help is appreciated. DECLARE @sql AS varchar(max) = ‘This is a Test’ PRINT ...

sdoscher by New Contributor III
  • 3647 Views
  • 13 replies
  • 18 kudos

Parent/child pipeline execute

Objective: Create a parent/child pipeline, where the parent pipeline calls the child pipeline once for every group/list/document of parameters set up in parent to dynamically change the child’s parameters for each run. Example Concept: parent pipelin...

ryan by New Contributor
  • 2750 Views
  • 0 replies
  • 0 kudos

File rename

Hi, I have a requirement to rename a file by appending the timestamp to its name, after processing it. Apart from the usual File-Reader+File-Writer(to file with new name)+File-Delete(to delete old file), is there a simpler way? Best, Rajesh