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

Forum Posts

Resolved! JSON snap not working as expected

JSON splitter last week was working correctly. Pipeline was not edited, JSON format did not change, and yet Pipeline is crashing indicating error that JSON splitter is expecting list not an object. Before 17th of Feb it was working perfectly fine. wa...

dabalka by New Contributor II
  • 6703 Views
  • 16 replies
  • 5 kudos

Resolved! Parent-child pipeline execute

Hello all, I’m trying to understand one functionality for “pipeline execute”. Let say we need to have multiple executions in the child process and the pool size is 1. My question is does pipeline execute is scanning the project environment before ini...

pmancevski by New Contributor III
  • 2549 Views
  • 4 replies
  • 1 kudos

Resolved! Route based on grand child value

Hi there, I have this structure json. I need to route the json based on attachment in below json, if exist or not input json [ { "data": { "po-number": "4501918519_2", "order-lines": [ { "id": { "@type"...

manohar by Contributor
  • 2805 Views
  • 5 replies
  • 2 kudos

File Writer not creating new directory

Usinf FileWriter snap I am trying to create a new direcorty ‘202303’ and write a file to that location but it is throwing erro however I am able to write a file to the existing directory(If i create a new folder named ‘202302’ manually then it is...

ash42 by New Contributor III
  • 2463 Views
  • 5 replies
  • 0 kudos

GraphQL pagination

Does anyone else have experience with using pagination with GraphQL APIs? I am working with a new endpoint that uses GraphQL but the limit and offseset parameters for it are kept in the body of the request which creates issues. I’ve figured out that...

maddog0 by New Contributor II
  • 896 Views
  • 0 replies
  • 0 kudos

Resolved! Generate dynamic HTML file in snaplogic

Hi All, Have a question: I have a Script file that generates a dynamic html file. And this dynamic html file generated is fed into EMAIL SENDER snap. Problem: I want to place my script file inside snaplogic directly. Unable to achieve this. I am past...