> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wizflow.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Version 3.8.0

> Financial plan model, calculation statement helper, four new entities, and product catalogue triggers

*Released: Monday, August 31, 2026*

## Major Highlights

This release introduces the **Dreamplan financial plan model**, a **calculation statement helper** for pulling single figures out of a calculation, **four new entities**, and **product catalogue triggers** for pension policies and mortgages.

### Financial Plan Model

<Card title="Financial Plan Model" icon="clipboard-list" href="/features/financial-plan-model" cta="Read the guide" arrow="true">
  A built-in data model holding the plan a customer is working on — their adjustments, the recommendation they were given, and the products it points at. Because it is stored centrally instead of inside one chatflow's responses, the same plan can be read and updated across **several chatflows and live pages**.

  * **One plan, many flows** — start in one chatflow, continue in another with nothing re-entered
  * **Persisted per customer** — survives a closed browser or a later visit
  * **Referenceable** — its fields work in entity labels, live page blocks, and conditional logic
  * **Product-aware** — product fields are populated from the new catalogue triggers, not by hand
</Card>

### Calculation Statement Helper

<Card title="Calculation" icon="calculator" href="/features/calculation#extracting-a-single-figure-calculation-statement-helper" cta="Read the guide" arrow="true">
  A function resource that extracts a specific financial metric or time series from a calculation result by account type and configuration — so a flow can reference "the pension payout at retirement" directly instead of navigating the whole response.

  Two new pension fields are also exposed on the calculation result and trigger output: `monthlyTaxSavings` and `bSkatPerRate`, for baseline and recommendation, primary person and spouse.
</Card>

### Resource Formatting

<Card title="Variables & Resources" icon="text-size" href="/features/variables" cta="Read the guide" arrow="true">
  Any value referenced in a flow — text, number, date, or boolean — can now be formatted where it is used: thousand separators, currency, decimal places, date formats, and custom wording for true/false. The format is configured on the resource itself, and the flow assistant understands it too.
</Card>

## New Entities

<Card title="Four new entities" icon="shapes">
  * **Slider** — bounded range selection with a draggable handle and optional manual entry ([Collecting information](/features/collecting-information))
  * **Accordion table** — expandable rows for presenting detail without overwhelming the page ([Communication & display](/features/communication-display))
  * **Comparison table** — side-by-side comparison of products, coverages, or rates ([Communication & display](/features/communication-display))
  * **Call to action** — rich-text label with up to three buttons, replacing the old link entity ([Choices & decisions](/features/choices-decisions#call-to-action))
</Card>

## Improvements

<Card title="Entities" icon="comment-dots">
  * **[Choice confirmation step](/features/choices-decisions#confirmation-before-submitting)** — a choice can ask the customer to confirm before the answer is submitted
  * **[Inline and regular choice variants](/features/choices-decisions)** — show options without a chat bubble behind them, or keep the standard bubble
  * **Checkboxes for multi-select** — multi-select choices now use checkboxes instead of radio buttons, so it reads as multi-select
  * **[Entity style variants](/features/entities-overview#styling-an-entity)** — switch any question or message bubble between the default and an inverted style
  * **Selection drawer title** — the searchable selection drawer can have its own title instead of reusing the question label
  * **Selection drawer response** — additional attributes of the selected item are exposed in the response, not just the label
</Card>

<Card title="Triggers & Automation" icon="bolt" href="/features/triggers-automation">
  * **List Policy Products** — exposes the pension policy catalogue as trigger output, either the whole catalogue or a single product by id
  * **List Mortgage Products** — the same for mortgage loan products
</Card>

<Card title="Flow Builder" icon="pen-ruler">
  * **Multi-language resource labels** — i18n labels can be selected in the live page resource selector and the rich text editor
  * **[Autofill profiles](/features/autofill)** — profiles now work without variables having to be configured first
</Card>

## Bug Fixes

* **Datepicker** — an older flow with an invalid stored date no longer crashes outright; the customer is offered the chance to correct it, and invalid or out-of-range dates are rejected up front
* **PDF to flow** — flow generation from a PDF works again after a serialisation failure
* **Household editing** — cancelling an edit on a household home no longer saves the discarded input
* **Sessions** — fixed a failure when several sessions were present at once
* **Links** — links now render with a proper colour on both tenants
* **Email templates** — fixed a deployment size overflow caused by static file imports

***

<Info>
  **Questions about this release?** Contact our support team at [support@wizflow.io](mailto:support@wizflow.io).
</Info>
