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

Forum Posts

Read files for Azure "File Shares"

I have a new requirement to read the files stored in Azure "File Shares". I didnt have the knowledge about "File Shares" in azure and did a little research. Its a virtual drive which can be used for storing files and uses the SMB protocol to read fro...

fileShare.png
Chandan by New Contributor III
  • 2423 Views
  • 4 replies
  • 1 kudos

Intermittent issue with ServiceNow Query Snap

Is anyone aware of any known issue with ServiceNow query Snap ? The documentation does not show any known issue.We have used ServiceNow query snap in one of our pipeline to query records from xyz table based on input field value.Sometimes this is ret...

Chandan by New Contributor III
  • 1283 Views
  • 2 replies
  • 1 kudos

Resolved! SnapLogic Dashboard

Is there an option to add Project Space and/or Project to the Dashboard? It's nice seeing the pipeline, but I'm looking to see Project Space and/or Project also. We have some pipelines with the same names and the only way I know to see which pipeline...

chmurray88 by New Contributor II
  • 1101 Views
  • 1 replies
  • 0 kudos

REST Get Pagination

Hi everybody, I’ve been thinking about a solution to my problem the past few weeks and still couldn’t find a proper solution. The problem is: I have an REST Output which gives me the following. The total of outputs I have for ONE day and the data wi...

Data Validator Snap - multiple validations

I have two fields I wish to validate. These fields simply just need to be present. I attempted to use the Data Validator snap. Its configuration is similar to the screen shot below. This snap routes documents to the error view where $field1 is n...

Thom by New Contributor II
  • 1551 Views
  • 1 replies
  • 0 kudos

Pagination in REST API

A very good explanation of how to implement pagination in REST API in this below blog post: SnapLogic – 4 Feb 16 REST GET and the SnapLogic Public APIs for Pipeline Executions As a part of a wider analytics project I’...