Workflows can now pause mid-run and route to a person for a decision. Human Approval supports two flows: approval requests that default to the current user, and task assignments that can go to a specific person, role, or dynamically resolved reviewer. Once the reviewer acts, the run resumes automatically.
A paused run shows as a distinct amber "action required" state, both on the canvas node and in the nav bar, so it never reads as a failure. Reviewers see a dedicated review surface with the run context they need, and can approve or reject to route the run down the corresponding path.
The Loop Container node now supports expand and collapse, auto layout for member nodes inside the body, resizing, and drag-based membership. During a run, the container border reflects status (green for success, red for error, amber for warning) and the header shows a live iteration count. Dragging the container moves all members together, and it renders correctly behind them in the stacking order.
Form fields can now connect to a live data source, whether an internal table, an external database, or an API integration, through a single picker used across both dropdown fields and data tables. The same configuration surface works regardless of source type.
Data table columns support four rule types (column conditions, formulas, duplicates/uniqueness, and color scales), each with its own style controls: bold, italic, underline, strikethrough, color pickers, and a color-scale panel. Rules can target specific columns via an applyTo scope, and the rule list flags shadowed rules and shows live match counts as you edit.
Form Studio now generates barcodes and QR codes from form data, with configurable symbology, download and print output, and a two-tab inspector for setup and actions. A value-change action can trigger regeneration at runtime, and generated codes render through a dedicated display component with built-in validation.
Table and line-item fields extracted via OCR now highlight the source region on the original document, making it easier to verify extracted values against the page they came from.
Analytics (non-full portal view) now has an auto-refresh button.
Ephemeral environments are available for testing changes in isolation before they reach production.
Form Studio gains improved offline capability.
The mobile app supports Expo OTA updates, allowing smaller fixes to ship without an app store release.
Flow run errors can now trigger Google Chat notifications, configurable per organization.
Localization coverage expanded across the HIL Tasks page and mobile app: task record header actions (Approve, Reject, Reopen, Delete) are now translated, native language names display correctly in the mobile language list, and locale-aware dates are in place. User-generated task names and comments intentionally stay in their original language.
Fixed an error that blocked pausing a workflow that wasn't currently running.
Fixed a task configuration lookup failure caused by a missing record reference.
Resolved slow production database queries through Prisma query optimization.
Fixed a WhatsApp integration error when the media URL couldn't be retrieved due to permissions or an invalid object ID.
Fixed a validation error caused by unresolved upstream node references.
Fixed an issue in Form Studio that prevented editing the base container.
Fixed intermittent GraphQL network errors in the Supabase write and query nodes.
Fixed document ingestion failures caused by a missing primary key field, a missing incremental cursor field, and insufficient permissions.