Some inspiration from another workflow system

I’m using Automa (https://www.automa.site/) for building browser automation. It’s absolutely fantastic (and totally free) if you need this.

It has some great workflow features that I would like to see in N8N as well:

The conditions (IF) block has an unlimited amount of “paths”:

You can create blocks of nodes to make the workflow better organized:

And you can create reusable packages that you reuse again and again across workflows:

good ideas

Agree these would be great, they already partially map to some existing feature requests. Make sure you pop a vote on the ones you want to see

The conditions (IF) block has an unlimited amount of “paths”

and on the other end, multiple merge inputs

Create blocks of nodes to make the workflow better organized

Grouping nodes, just like in Blender

And you can create reusable packages that you reuse again and again across workflows

At the moment this can be done by calling a sub-workflow, however there is a request in a similar vein for templating the HTTP node

1 Like