Documentation

n8n Workflow Snippets

Short and sweet blocks to speed up your workflow development

How to use these snippets: Click on any node in the workflow below, then press Ctrl + C to copy it.
Then paste it directly into your n8n workflow with Ctrl + V.

IF No Results

Use this node to create an if condition that returns true if the previous node returns no results. Make sure to have the previous node set to Always Output Data.

ConnectWise Search by Date

Get all ConnectWise tickets from the past 8 hours using date filtering.