Is it possible to bundle a group of nodes into a reusable snippet?

Hi all,

New user to n8n and I’m fairly certain I’m missing something basic here. Sorry in advance.

I have a workflow where I have multiple paths, and I’d like to add a set of nodes to each path ( these nodes are to work around Notion’s 2k character insert limit ).

Ideally, I’d have 1 main snippet/template with an instance of it on each of these unique paths. That way if I update the main snippet, all of its instances update, too.

Is this solved by creating a separate workflow for the Notion workaround, then calling it and returning its output into the existing workflow?

Information on my n8n setup

  • n8n version: 1.50.1
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting: own, main
  • Running n8n via: n8n cloud
1 Like

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi Jamey! You can achieve this with Sub-workflows:

3 Likes

Looking into this now. Thank you @bartv !!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.