Feature to Enable/Disable a node

hey,

a feature request

As a user
I’d like to have a generic enable/disable node configuration
so that I can easily toggle its behaviour

There are many usecase where it would be useful for a user to easily be able to disable a node so that the node simply becomes a pass-through node.

There are many topics already created and I wonder if there was any progress on that. Is that on any roadmap?

thanks in advance

Hi guys,

Ig I understand well, you can use try/catch nodes to do it. If the first process is ok, you won’t need to run a second one, and if the first have a problem, the second process will be used.

Other tips is with variables and If nodes or empty results with empty tables node. If have some data, go throw the best way, other side, a new path can be used to go throw another way.

If you have 2 paths that do the same thing, you can join them together and then remove duplicates too.

But, I think there are solutions for different kind of problems to have a good solution.

It can help you?

Thanks, Denis

Moved to feedback and ideas