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.

07.03.2024

· 3 min read

We have added the Set Variables step, supported regular expressions in forms and introduced pre-publish validation checks.

What's new?
  • Variables step: Set multiple variables at once in a single workflow step.
  • Form input validation: Custom regular expression rulesets for form text inputs.
  • Extended storage: Workflow execution data lifetime extended to six months.
  • Publish validation: Automatic structure and schema checks before publishing.

Mint Steps: Primitives

New features

  • New step: Set Variables. Set Variables allows you to set multiple variables in a step and have them available in the entire workflow, instead of having to add a new step for each variable.

Mint Steps: Alerts

Improved

  • Improved naming and description. Improved naming and description for the Dashboard notification step to clarify its usage.

Form component

New features

  • Support for regular expressions. To provide individual and highly customisable text input rulesets, you can now provide regular expressions for text inputs.

Improved

  • Support for bigger numbers. To allow bigger maximum numbers as inputs, the number element now allows for values up to 9,223,372,036,854,775,807 (long).
  • Add predefined document types. You can now add predefined document types to the file upload element with just the click of a button in the Visual Builder.
  • Added validation for Range and Number elements. We added validations for the range and number elements to only allow inputs that are not smaller than a minimum and not greater than a maximum value.

Resolved issues

  • Fixed: Validating conditionals results in infinite loops. In rare cases of invalid submission values, validating conditionals could result in an infinite loop of the condition; this is now fixed.

Mint Journeys

Improved

  • Added more step detail pages for UBO lookup. To better display the results from the data verification, we expanded the detail pages for specific lookups.

Mint API

Improved

  • Improved the execution log for all taken steps. We improved the observability of each step in the execution log of each journey. All actions belonging to one step are now grouped in the data and linked to a specific step.
  • Moved the workflow structure validation to publish. To prevent structurally corrupt workflows from being published through either the Visual Builder or the API, we implemented a validation check before publishing.

Mint Engine

Improved

  • Data storage extended to six months. To ensure customers have enough time to extract data after users have finished their Mint journeys, the lifetime of the storage has been temporarily extended to six months.