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.
action_filter · action · Data & Transform · Available · v1.0.0
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.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
itemsArray da filtrare | expression | no | input | L'array di elementi. Vuoto = usa l'input del nodo. |
conditionsCondizioni | condition-rules | yes | — | Costruttore visuale: combina più regole "campo · operatore · valore" con AND/OR. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
keptremovedJSON 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>"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes