20.08.2026
· 8 min read
We have released major updates to the Visual Builder including switch statements, fully redesigned the Mint Dashboard and added ID Austria support.
What's new?
- Switch statements: Branch workflows into multiple condition-based paths beyond simple true/false decisions.
- Redesigned Mint UI: Overhauled workflow overview, recent journeys glance and 30-day analytics widgets.
- Austria eID: ID Austria added as an available eID provider.
- File consent elements: Collect file/link consent while tracking date, opening time and file details.
- Workflows: Pre-fill phone numbers inside tables, define custom table row limits and export previous versions.
Mint Activities: Control Flow
Improved
- Extensive eID configuration support. When using the Identify with eID step, you can now define eID-specific request attributes in the step configuration.
Mint Activities: Data Verification
New features
- Verify organisation authorisation rights. A new step verifies whether a list of people has the rights to sign on behalf of a company, based on the output from the Organisation Authorization lookup step.
Mint Activities: eID and Wallet Hub
New features
- ID Austria added. ID Austria is now available as an eID provider.
Improved
- Returning journey files. The Get journey data step now returns files from the queried journey.
Mint Activities: ID Document and Biometric Verification
Improved
- Language setting for ReadID. The Start capture flow ReadID step configuration now supports an optional input to set the UI language for the ReadID capture flow.
Mint Activities: Workflows
New features
- Download a file from another journey. A new step downloads a specific file from another journey and makes it available to pre-fill following steps and in the journey manager.
Improved
- Get journey data contains files. The Get journey data step now includes the files array as part of its output.
Analytics
Improved
- Select custom date ranges. In addition to the predefined date ranges, analytics now supports selecting a custom date range of up to 90 days.
Form component
New features
- File-based consent elements. A new element type allows collecting consent for files or web links while storing the consent date, opening date and file information.
Improved
- Pre-fill phone numbers inside tables. Pre-filling phone numbers inside tables has been improved, and phone numbers can now easily be reused anywhere in the workflow.
- Limit the amount of selected rows. Tables with checkbox columns can now be configured to allow end-users to select a specific maximum or minimum number of rows.
- Configurable form positioning. The position of the form can now be configured through theming in the DTP Dashboard.
Dashboard
Improved
- Overhauled dashboard. The Mint Dashboard has been fully redesigned with a space-optimised workflow overview and a new status. It also provides recent journeys at a glance and selected analytics for the past 30 days.
- Informing about missing domain setup. If no domain is configured for your Signicat account, the Mint Dashboard will display a banner with guidance on adding one.
Journey Manager
New features
- Show child workflow relations. When journeys are started from within a workflow, the journey manager now shows these child journeys and provides a direct link to them.
- Cancel active journeys. Active journeys can now be manually cancelled through the journey manager.
Improved
- Improved context menu behaviour. The context menu for journeys now only shows accessible options and reacts to other journeys being focused.
- Additional error context. Failing steps now display additional error information in a new Errors tab when available.
- Refresh journey list. The journey list can now be refreshed with a button while retaining all filters and sorting.
- Show journey start date. The start date of a journey is now displayed in a new column in the journey list and can be sorted by newest or oldest.
Resolved issues
- Fixed: Long identifiers overlaying each other. In some cases, long custom journey identifiers could overlap in the journey list. This issue has been resolved.
Visual Builder
New features
- Support for switch statements. With the new switch capabilities, workflows can now branch further out. You can extend your workflows to split into multiple branches with condition-based decisions beyond the simple true-or-false node.
- Add notes to steps. Short notes and descriptions can now be added to any workflow step, providing additional context about why a step is used or what should happen at that point in the workflow.
- Guided workflow file imports. When importing a workflow containing files, the visual builder now informs you about adding missing files and automatically assigns them to the correct steps.
- Export workflow to JSON. Workflows can now be exported and downloaded directly as JSON files instead of being copied to the clipboard.
- Import JSON files. Workflows exported as JSON files can now be imported again by uploading the file.
- Export previous workflow versions. The version history now allows previous workflow versions to be exported.
- Drag and drop support for form elements. Form elements can now be rearranged using drag and drop. This also allows entire sections to be moved and table columns to be rearranged. Form elements can also be copied and pasted across forms.
Improved
- Step documentation directly accessible. Step documentation can now be accessed directly from the builder through a link in the tooltip or the step context menu.
- Improved profile selection. Form profile selection for overriding form system messages has been improved when editing a form.
- Improved drag-and-drop behaviour for form elements. The contrast of the drag icon and the drop-zone behaviour for form elements have been improved.
- Improved list handling for pre-filling. List-based inputs, such as email recipients, can now be pre-filled directly with lists. Manual list item handling has also been improved, while advanced mode now provides full control over the entire array.
- Improved Liquid code editor. Syntax highlighting has been improved for Liquid code in advanced mode. The editor can now also be opened in full-screen mode and provides Liquid auto-completion and function helpers.
- Reset input values. A new button allows you to reset any input value.
- Easier identification of inputs causing errors. Input names displayed inside steps now reflect the actual field name and can be clicked to focus the corresponding field directly.
- Warning when removing referenced workflow files. When removing a file that is used by a workflow step, a warning now asks for explicit confirmation.
Resolved issues
- Fixed: Conditions based on lists of choices do not pre-fill dropdowns. Some choices for workflow conditions were unavailable when populated from a list of options. This issue has been resolved.
- Fixed: Relative date in version list shown incorrectly. Versions created less than 24 hours ago could display an incorrect relative date. This has been fixed.
- Fixed: Turning on advanced mode de-selected input. Switching to advanced mode previously de-selected the input, negatively impacting the user experience. This is now fixed.
- Fixed: Importing a workflow as the first step caused a deadlock. Importing another workflow as the first step into a new, blank workflow could result in a deadlock in the builder. This edge case has been resolved.
Workflow Templates
New features
- Template gallery. The first version of the template gallery is now available. It allows users to search for templates by name and tags, preview templates, understand their intended use cases, and import them directly into an account.
Mint API
New features
- Retrieve single-step output endpoint. A new GET endpoint allows retrieving the output of a single step instead of the entire journey.
- Upload journey-specific file endpoint. A new POST endpoint allows uploading a file that can then be used within a single journey.
- Cancel active journey endpoint. A new POST endpoint allows cancelling a specific active journey.
- Locking workflows. Two new endpoints allow specific workflows to be locked and unlocked. This helps protect production workflows from accidental deletion or unintended publication of new versions.
Resolved issues
- Fixed: Downloading journey files caused 500 responses. Some requests to download files through the API resulted in 500 responses. This issue has now been fixed.