Back to the changelog

v0.32.3

July 4, 2026

QA fix batch: more robust filters and parameters, more consistent designer, more reliable dashboard, clearer Chrome extension.

  • Feature

    New: duplicate a status or task

    Every status now has a "duplicate" button (copy icon) that clones the status with its tasks/rules/event subscriptions, ready to be rewired; every task has a "⧉" button to duplicate it individually.

  • Improvement

    Deeper `{x}` field picker

    The data field picker now expands nested objects at any depth and arrays (e.g. `item.data.lines[].sku`) — it used to stop at one level and ignore arrays entirely.

  • Improvement

    AI generators respect ReadOnly

    "Generate with AI" buttons on conditions, rules and auto scripts now correctly disable for ReadOnly users, instead of staying clickable and failing silently.

  • Improvement

    Consistent response after a WIP redirect

    If a transition redirects the item due to a capacity limit, the response now shows the status actually reached, not the one requested.

  • Improvement

    Task counters respect filters

    With "Only mine" active, counters (pending/completed, per-status KPIs) now reflect your own tasks, not the whole tenant's.

  • Improvement

    Consistent calendar counter

    In calendar view, the item count now reflects items with the selected date field, not the generic total.

  • Improvement

    "Goal reached"

    When an automation goal has already been exceeded, the dashboard now says so clearly instead of still showing a deadline and days remaining.

  • Improvement

    "Flow not found" fixed

    An Operator/ReadOnly user without assigned items now correctly sees a flow page they have access to, instead of a misleading "flow not found".

  • Design

    Clearer empty state on draft flows

    If the flow is not yet published, the item list now invites you to publish it (with a direct link to the designer) instead of a generic "create the first item".

  • Integration

    Copyable n8n node without fixed IDs

    The `entityRefId` field generated for the n8n node is now a runtime expression to correlate (useful for voice-agent/high-frequency webhook scenarios), no longer a static value that gets copied and forgotten.

  • Security

    Safer production connector test

    Starting a test in Production mode now requires explicit confirmation, with a warning distinct from Test mode.

  • Improvement

    Test payload labeled

    When the generic sample payload is used (not derived from the real workflow), it is now clearly labeled as such.

  • Feature

    Ready-to-use templates

    The "Order Approval" and "Ticket Management" templates now include sample data, tasks and rules (amount threshold for order approval), no longer just an empty status graph.

  • Design

    "Save as template" also in list view

    The action used to be available only in card view; it is now reachable from list view too.

  • Security

    More robust list filters and parameters

    Invalid values on user, flow, variable, event subscription and API key filters now return a clear error instead of being silently ignored or causing a generic error.

  • Security

    Boolean variables validated

    A value other than true/false for a boolean variable is now rejected instead of silently becoming "false".

  • Security

    Numeric thresholds validated

    Timeout, max iterations and task budget minutes now reject negative or non-numeric values.

  • Security

    Webhook URL masked

    The n8n connector URL in the list is now hidden by default, with a button to reveal it on request.

  • Security

    More precise permissions banner

    Origins on the same host but different port (e.g. two local environments) are no longer shown as the same domain.

  • Improvement

    Proactive toast with multiple workflows

    If a page matches more than one compatible flow, the toast now shows all of them instead of silently hiding the ones beyond the first.

  • Design

    Unreadable text in dark mode

    Some text boxes (task outcome, notes, JSON data, event subscriber config) were unreadable in dark theme (light text on white background) — fixed across all affected screens.