For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

28.04.2026

· 6 min read

We have introduced Electronic Signing API v2 support, added a loop breaking step and released a searchable step gallery.

What's new?
  • Electronic Signing v2: Added workflow steps to create document collections and manage signing sessions.
  • Dynamic Capture flows: Provide JSON capture configuration on the fly without using fixed profile presets.
  • Searchable step gallery: Major upgrade to find workflow steps easily with weighted keyword searches.
  • Workflows: Drag and drop steps directly on the canvas, and import workflows into other workflows.
  • Form inputs: Added Multiselect Dropdown and hidden fields with dynamic pre-filling support.

Mint Activities: Control Flow

New features

  • Step to break a loop added. An additional step has been added to the Control Flow category that allows breaking a loop, to for example exit the iterations based on a conditional step.

Mint Activities: Data Verification

Resolved issues

  • Fixed: Missing mapping for authorization roles. Prior to this fix, newly added roles that could be returned during an authorisation lookup were not mapped properly and could cause a workflow to fail.

Mint Activities: Electronic Signing API v2

New features

  • Steps for Electronic Signing API v2 added. New steps for supporting the Electronic Signing API v2 have been added, including creating document collections, creating signing sessions, signing a session during a journey.

Mint Activities: ID Document and Biometric Verification

New features

  • Configure the capture flow on the fly. A new optional input has been added to all Start Capture Flow steps that allows to provide a JSON capture configuration during workflow execution instead of having to use a pre-made profile configuration.
  • Redact document information. The step gallery now supports a new step to redact document information from Dutch identity documents.
  • Select OnFido SDK. This new input option allows to select the type of SDK that should be used for an OnFido capture flow.

Improved

  • ReadID capture flow now event driven. The “Start assure capture flow ReadID” step was changed from being redirect-based to be event-driven to avoid workflows being stuck when a journey being done on mobile only.
  • Manual control for managed redirects. All start capture flow steps now offer an option to turn off managed redirects from Mint and provide custom return URLs.
  • Allow multiple process event listeners. Previously, only one workflow could listen to all events connected to a specific dossier or process. This has been improved to allow an unlimited amount of workflows to listen for these events.

Analytics

Improved

  • Resetting analytics. Analytics data can now be manually reset. This can be done either for all collected data or just within a specified timeframe.

Form component

New features

  • New element types added. The two new element types, hidden and Multiselect Dropdown, have been added to the form input element library.
  • Pre-Fill list based input elements. This new feature allows to dynamically pre-fill input elements like Dropdowns, Radio buttons or Checklists. The pre-filling needs to be configured in the advanced mode of the element.

Improved

  • Formatting for consent elements added. The consent text of the consent element can now be formatted, like text blocks, in an easy-to-use editor.
  • Pre-filling for phone number inputs. Phone number inputs can now be pre-filled with previously collected data.

Resolved issues

  • Fixed: Wrong info icon placement. Before this fix, the info icon for table elements was misplaced in the middle of the element.

Journey Manager

Improved

  • Error details added for expressions. When a liquid expression fails to run during a journey, then the validation message is now provided as error details.

Resolved issues

  • Fixed: Specific data was shown as date not string. Under some cases, data stored as regular text was displayed as date value instead. This is now fixed.

Visual Builder

New features

  • New step gallery released. Finding the right step for the job has just become a lot easier. The new step gallery features weighted and keyword based searching as well as direct links to the documentation.
  • Drag and drop for steps. Steps can now be moved by simply dragging and dropping them on the canvas.
  • Import workflows as part of the current workflow. Workflows can now be imported as part of other workflows, allowing you to combine two workflow together and build reusable, component-based workflows.
  • Warning when removing referenced steps or elements. This new features warns if a step or a form element that is connected to another step in the same workflow is removed. This also applies to ID changes for the steps or their elements.

Improved

  • Branched steps available in Store Loop Step Data. Steps executed in branches inside a loop, like inside a conditional, are now available to be stored with the Store Loop Step Data activity.
  • Workflow ID available as value. The ID of the current workflow is now available as pre-filling value inside the visual builder.
  • AI enhancements for versions and expressions. AI enhancements have been added to provide information about the differences in two workflow versions, help with troubleshooting liquid expressions or configure steps.
  • Copying pre-fill values. It's now possible to simply copy pre-fill values from one input to another.
  • Saving conditionals and loops with the workflow. All conditional- and loop configurations are now saved directly with the workflow and thus don't need to be saved separately in the sidebar anymore.
  • Tab between inputs. It's now possible to simple tab between inputs of a step instead of switching to a mouse or touchpad to go to the next input.

Resolved issues

  • Fixed: Values not persisted when editing a workflow. Before this fix was deployed, in specific cases, some values were not saved properly when a workflow was edited.