if there are fields in your workflow which you want to show at the end of the output of your final node then:
1 - we should carry/output the fields at every node
2 - or we should take the values from previous nodes directly only when needed
Hey @Maaz_Siddiqui , you usually don’t need to pass every field through each node. It just makes the workflow heavier and harder to follow. Most of the time it’s better to let nodes only output what’s needed next, and then pull specific fields from earlier nodes when you need them.
If you need certain values at the end, you can grab them with an expression from the original node, or use a small Set/Merge step to bring only the fields you actually want. So yeah, option 2 is the cleaner and more maintainable way
Thank you so much for the suggestion. From now on I will definitely follow this.
I am glad it helped! Welcome to the n8n community @Maaz_Siddiqui , we are always up for helping others! cheers!
Happy n8n-ing!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.