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

Forum Posts

Table creation when sending mail

Hello, I was designing a pipeline which includes salesforce upsert and deletion . Obviously error view will be captured for the upsert and deletion operation and while sending the mail along with sending the file we decided to incorporate the values ...

Harsha3 by New Contributor III
  • 3865 Views
  • 9 replies
  • 1 kudos

Router not routing?

I have a simple pipeline where I’m using Router to decide if an oracle procedure should be called. Even if I just set the router expression to false for the output0 view, the output0 snap (the oracle procedure), is still being executed. I’ve tried ...

wpenfold by Contributor
  • 4068 Views
  • 10 replies
  • 4 kudos

Resolved! Expression using isArray?

Does snaplogic support the use if isArray (or similar function)? We are hitting multiple issues across pipelines where the inbound data is sometimes simply a value and sometimes an array. Would like to be able to check this, and create the array if ...

acesario by Contributor II
  • 3063 Views
  • 3 replies
  • 8 kudos

MongoDB find snap

Hi All, In one project I am using MongoDB find snap query:([{$fisrstQuery},{$second}]). i am getting $firstQuery as string instead of value it’s hold i need like this ([{“topic”:“test”},{“msgBody.title”:“MongoDB Overview”}]) plz anyone help me to re...