Window

logic_window · logic · Logic & Flow · Available · v1.0.0

Description

Group items in fixed time windows (e.g. every hour, every day). Useful for time-series analytics.

⚙️ Configuration parameters

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

FieldTypeRequiredDefaultDescription
sourceExpression
Array da finestrare
expressionyesinput
timestampField
Campo timestamp
stringyes
es. createdAt, timestamp, ts
Campo che contiene un datetime ISO 8601 (es. "2026-05-20T12:34:56Z") o un Unix epoch in millisecondi.
windowSeconds
Dimensione finestra (secondi)
numberyes360060 = 1 minuto · 3600 = 1 ora (default) · 86400 = 1 giorno · 604800 = 1 settimana. Item nella stessa finestra finiscono nello stesso bucket.

💡 Configuration example

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
  }
}

🔗 Related nodes in the same category

Ready to use Window?

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

Start freeBrowse all nodes