I’m utilizing the Text Classifier node in my workflow, which directs the flow into over 20 different branches based on the classification. I’m seeking an efficient method to programmatically capture the name of the selected branch after the Text Classifier node.
Manually configuring a Set node for each branch is impractical due to the number of categories. Is there a streamlined approach or built-in function in n8n that allows for capturing the selected branch name without extensive manual setup?
It would be great if the output of the text classifer node included some kind of “category” property on it that could be referenced further down stream.