The Filter node works like an “if statement” in your workflow. It checks if Filter By meets your condition, and if so, passes through the corresponding Input value(s).
Consider Output Blank Value impact on downstream nodes
For loop mode if you’ve a single conditonal value against a list of inputs, use the ‘Duplicate’ node for the conditional value to avoid list size mismatch errors
Video TutorialIn summary, the Filter node is your workflow’s decision maker, letting you precisely control what data continues through your automation based on flexible conditions.