Filter

action_filter · action · Data & Transform · Available · v1.0.0

Description

Filter an item array by one or more AND/OR-combined conditions with a visual rule builder and fifteen operators — and TWO outputs (kept and removed) so both groups can be routed without duplicating logic.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
items
Array da filtrare
expressionnoinputL'array di elementi. Vuoto = usa l'input del nodo.
conditions
Condizioni
condition-rulesyesCostruttore visuale: combina più regole "campo · operatore · valore" con AND/OR.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • kept
  • removed

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-action_filter-1",
  "defId": "action_filter",
  "label": "Filter",
  "config": {
    "items": "input",
    "conditions": "<conditions>"
  }
}

🔗 Related nodes in the same category

Ready to use Filter?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes