-
Notifications
You must be signed in to change notification settings - Fork 22.5k
feat: Add passThrough to preserve fields across nodes #14569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat: Add passThrough to preserve fields across nodes #14569
Conversation
LGTM👍👍👍 |
Hey @jimmylegendary, Thanks for the PR, We have created "GHC-1544" as the internal reference to get this reviewed. One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team. |
Looks super convenient!! 😊👍 |
LGTM |
Looks Good To Me. Thanks Jimmy 👍 |
This is really nice! The word choice of the feature "bypass" is a bit confusing though, as a Reddit commenter suggested, could we consider using the term "Passthrough"? |
Thank you. I changed the name |
Summary
This PR adds a new "Passthrough previous node output" feature that allows nodes to automatically include specified fields from previous node outputs in their own outputs. This enables preserving important data throughout a workflow without requiring manual configuration at each step.
The feature works by adding a text field in node settings where users can provide a comma-separated list of field names to be preserved. These fields are then automatically copied from the previous node's output to the current node's output, ensuring data continuity across the workflow.

Related Linear tickets, Github issues, and Community forum posts
Review / Merge checklist
Implementation details
Testing
The feature can be tested by: