function

Package Information

Released: 6/7/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 0.1.1
Author: mrowrpurr

Documentation

🧠 n8n-nodes-function

Blueprint-style function system for n8n, inspired by Unreal Engine 5.

Define reusable logic blocks with Function, call them with CallFunction, and return values with ReturnFromFunction.

Workflow using functions

đŸ“Ļ Features

  • 🧱 Define reusable logic with named Function nodes
  • 📞 Call functions with dynamic parameters using CallFunction
  • 🔁 Return values cleanly using ReturnFromFunction
  • đŸ§Ŧ Nested function calls - functions can call other functions with isolated return values
  • 🌍 Global functions - share logic across workflows

â„šī¸ Gotchas

  • đŸŸĸ Functions only work on Active workflows.
  • 🔃 To detect changes to new/existing Function nodes, toggle the workflow off/on.

    The Call Function and Return from Function do not require toggle workflow after changes.
    But function names/params from Function nodes require toggling the active state.
    It's not an intentional choice, it's just a limitation of how trigger nodes work in n8n.

đŸ› ī¸ Installation

Install Community Node

Discussion