Description
Group items in fixed time windows (e.g. every hour, every day). Useful for time-series analytics.
logic_window · logic · Logic & Flow · Available · v1.0.0
Group items in fixed time windows (e.g. every hour, every day). Useful for time-series analytics.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
sourceExpressionArray da finestrare | expression | yes | input | — |
timestampFieldCampo timestamp | string | yes | — es. createdAt, timestamp, ts | Campo che contiene un datetime ISO 8601 (es. "2026-05-20T12:34:56Z") o un Unix epoch in millisecondi. |
windowSecondsDimensione finestra (secondi) | number | yes | 3600 | 60 = 1 minuto · 3600 = 1 ora (default) · 86400 = 1 giorno · 604800 = 1 settimana. Item nella stessa finestra finiscono nello stesso bucket. |
JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-logic_window-1",
"defId": "logic_window",
"label": "Window",
"config": {
"sourceExpression": "input",
"timestampField": "es. createdAt, timestamp, ts",
"windowSeconds": 3600
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes