The idea is:
Add an enable/disable toggle for advanced sections (like pagination in HTTP nodes), so users can temporarily deactivate them without losing the current setup.
My use case:
When debugging or testing a workflow, I sometimes need to disable pagination, authentication, or other optional configurations. Today, the only option is to delete the configuration, and if I want to re-enable it later, I must rebuild it from scratch.
I think it would be beneficial to add this because:
It improves iteration speed and reduces friction when experimenting. Similar to toggling a node on/off, toggling internal sections allows for safe trial-and-error without impacting long-term settings.
Any resources to support this?
Comparable UX pattern: feature flags or toggles in dev tools that allow temporarily disabling logic.
Are you willing to work on this?
Not directly, but happy to review or help shape the UX if needed.