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

Forum Posts

Check array is empty or not

Hi Experts, I have a requirement where I need to check ‘group’ array is empty or not. Could someone help with the JSON path expression. Empty group array JSON looks like: [ { “group”: [ {} ] } ] Non empty group array json loiks like: [ { “group”: [ ...

Gayathry by New Contributor II
  • 3553 Views
  • 7 replies
  • 3 kudos

Resolved! Join Snap issue

I have output documents from join snap as follows next I have a Router Configured basically for checking for a particular variable “RowCount” in input…the scenario is I only want to check if “rowCount” is available in only 1 input document,but it r...

ash42 by New Contributor III
  • 793 Views
  • 1 replies
  • 2 kudos

Resolved! Combine multiple arrays

hi there, I have following json [ { "docname": [ "Coupa_Supplier_SB_Tax_Cert_PO_4501923290", "Coupa_Supplier_SB_Tax_Cert_PO_450192323" ], "id": 16758, "docext": [ "pdf", "pdf" ], "IDOC": { "@BEG...

manohar by Contributor
  • 843 Views
  • 2 replies
  • 2 kudos

Resolved! Filter expression on arrays

hi there, I have this json [ { "filename": [ "Coupa_Supplier_SB_Tax_Cert_PO_4501923290", "Coupa_Supplier_SB_Tax_Cert_PO_4501888888" ], "id": 16755, "docid": [ "FOL18 4 EXT48000000000761", "FOL18 ...

manohar by Contributor
  • 1139 Views
  • 4 replies
  • 3 kudos

Ultra Task Not Starting

We have an ultra task , we can see that we have documents to be processed but the ultra task isn’t starting also we cant see the task in the dashboard. Has anyone experienced similar issue recently ?

Snaplogic API Proxy Use Case/Examples

Hi Everyone, I have a question relating API proxies in SnapLogic. I have now a lot of experience with creating APIs within the SnapLogic Platform and trying to create also Proxies. But was wondering if there are any existing use cases or examples of ...