Snap Packs
Discuss configuration of Snaps and general questions about our Snap Packs.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Parsing large XML file

I am reading an xml file from an sftp server, no issues, but when I select the xml parser, it takes so long that there is a timeout. Here is a screenshot of how I setup the snap:It should not take this long to parse this out, what am I doing wrong?

john316swan_0-1692733961371.png

Resolved! Using the Filter Snap on nested array

I have a JSON payload with a nested array (below). I am trying to use the filter Snap to select specific items only. Unfortunately, the expressions that I have tried have not worked - they select everything or nothing.$myList.filter(x => x.num==1)$my...

Resolved! Error Sending Email through Email Sender Snap

Hello everyone,I hope you’re all doing well. I am facing an issue while trying to send an email through the Email Sender snap, and I could use some help to resolve it.The error message I encountered is as follows:“Failure: Failed to send email messag...

Screenshot 2023-08-03 at 09.59.25.png Screenshot 2023-08-03 at 09.59.46.png
acatlan by New Contributor II
  • 1968 Views
  • 1 replies
  • 1 kudos

Directory Browser

Hi AllI have a requirement to browse the directory and filter the files by expression like belowI want to select the text files which is having the below naming convention.in file filter field i have given the expression as below but it is giving the...

sjakathi_0-1690548320549.png
sjakathi by New Contributor II
  • 1669 Views
  • 2 replies
  • 0 kudos

Snaps Explained: New video series

Have you seen our new video series, Snaps Explained? Available on YouTube, each video in this series breaks down how Snaps can help you connect your entire ecosystem, automate workflows, and deliver the insights your business needs - all without writ...

dmiller by Former Employee
  • 1205 Views
  • 0 replies
  • 1 kudos

Azure AD create entry snap failed unexpectedly

Hello, I’m trying to create a user in Azure Ad via the Create entry snap but I keep receiving the following error “Failure: class java.lang.Boolean cannot be cast to class java.lang.String (java.lang.Boolean and java.lang.String are in module java.ba...

acatlan by New Contributor II
  • 3598 Views
  • 11 replies
  • 0 kudos

Resumable & Error Pipeline

Whether Below Answers are Correct We can resume a pipeline in suspended state using the Activity API - True A pipeline can be in suspended state for a maximum of one week - False A pipeline can utilize an error pipeline or the resumable pipeline feat...