June, 2026
Dawiso 2026.2 introduces interactive workflows in API tables, letting users review, select, and trigger actions row by row directly in the table. This release also adds an in-app help panel, embedded application support in packages, conditional date validation for date attributes, date range export for document versions, and improvements to modeling diagrams, the Markdown editor, and automation streams.
This article covers the standard cloud release. For the long-term support release, see the 2026.2 LTS release note.
New Features
AI-Generated Diagrams
Modeling diagrams can be generated automatically using AI. In the diagram’s action panel, click Generate with AI, enter a natural language description of what you want to model, and the diagram is created and ready to adjust.
AI Search
AI Search lets you find information across your Dawiso environment using natural language. Describe what you are looking for in plain language — AI Search interprets your intent, searches across objects, attributes, and relations, and returns relevant results with context.
Interactive Workflows in API Tables
API tables can now act as interactive review forms. Users can make selections and trigger actions row by row, directly in the table, without navigating away. Related tables on the page refresh automatically after each action, and when an action fails, the exact pipeline error is shown instead of a generic notification.
This is enabled by combining section title and API table components, supporting value input via dropdowns or buttons.
Export Document Versions
You can now export all Word document versions that changed within a specified date range. All versions are bundled into a single ZIP file. This option must be enabled per application by an administrator. For more information, see Object export (Excel, Word, PDF).
UX/UI Enhancements
Text Labels in Modeling Diagrams
A new Add text option in the action bar lets you place standalone text labels anywhere on the modeling diagram canvas. For more information, see Modeling diagrams.
In-App Help Panel
A new Help button in the top-right corner opens a panel with articles relevant to the page you are currently on. Articles update automatically as you navigate. For example, opening Settings shows articles about administrator settings and configuration. Select See All Articles to browse the full help library.
Markdown Editor Improvements
The markdown text editor includes several usability improvements:
- Lists: Switch freely between bulleted, numbered, and task list types. Format multiple selected lines into a list in one step. Changing a list type no longer deletes existing text.
- Code block: The code block toolbar icon is now correctly displayed.
- Edit button: The edit button now correctly reflects hover state, permission restrictions, and translated labels.
API Table Redesign
API tables have been redesigned with improved filters, pagination controls, sorting, and multi-edit support. The table settings toolbar is available at the bottom of the table, where you can restore the default column widths and page size.
Link Distinction in Text Attributes
Links in text attributes are now visually distinguished by how they were created. Tokenized links — automatically created when you mention an object — appear in black with a tooltip. Manually inserted links appear in blue. This makes it easier to tell at a glance which links are object references and which are manually added.
Packages
Conditional Date Validation
Package templates can now enforce a conditional max-future-date limit on date attributes. The allowed date range is driven by the value of another attribute on the same record. Each driver value maps to a limit in years or days from today. The date picker blocks days beyond the active limit, an inline hint shows the active limit, and saving is rejected if the date exceeds it. The limit recalculates live when the driver attribute changes. For configuration details, see date component.
Embedded Application Component
A new embeddedApplication component lets you embed any external web application, such as Power BI reports, directly into Dawiso pages using an iframe. The component can be placed in any page template or displayed as a dedicated full-screen page accessible via a fixed URL.
For configuration details, see embedded application.
Excel Export from Dashboards
API tables on dashboard pages can now be exported to Excel, making it easier to work with catalog data and external data outside of Dawiso. Export can be enabled per table using the exportable property. For configuration details, see API table.
While Stream for Automations
A new while stream type for automation rules lets you repeatedly execute a sub-stream until a condition is met or a maximum of 100 iterations is reached. This enables propagating attribute flags through object hierarchies of unknown depth. For more information, see stream.
API Table Empty State
API tables now show an improved empty state when no data is available. The empty state size (compact, medium, or large) and message text can be configured per table. For configuration details, see API table.
Selectbox in API Tables
API tables now support a dropdown selector column type (customActionSelectBox). Options can be sourced from a codelist or defined manually. For configuration details, see columns (API table).
Additional Automation Triggers
Four new automation trigger types are available:
- Concept created: Triggers when a new concept is created.
- Automation finished: Triggers when another automation rule completes.
- Object moved: Triggers when an object is moved in the hierarchy.
- Bulk operation done: Triggers after bulk changes in API tables, such as workflow state changes, user relation changes, relation changes, and attribute changes.
In addition, existing event-based triggers — such as Attribute changed, Workflow state changed, and Relation added — also fire when an import operation causes those changes.
For more information, see Trigger types.
Automatic Failure Protection
Automation rules are automatically disabled after 3 consecutive failures. When the threshold is reached, the rule is disabled and must be re-enabled manually. The error is recorded in the task log as: “Circuit breaker tripped: the last 3 runs failed. The automation has been disabled and must be re-enabled manually.” The threshold can be adjusted in the environment configuration.
Platform Improvements
MCP Updates
MCP requires a Corporate or higher Dawiso licence. On the LLM side, ChatGPT requires a paid plan, and Claude requires a Pro or Max subscription.
OAuth authorization
- Dawiso MCP now supports OAuth for faster and more secure authorization when setting up the connector in your environment. OAuth reduces the need for manual credential management and simplifies the setup process.
Space management
- AI agents can now create, update, and delete spaces and applications in Dawiso, and list available icons and workflow states.
Attribute updates in one call
- The
update_objectaction now correctly supports updating attributes in a single call.
Batch translation creation
- A new
create_translations_batchaction creates translations in batches of up to 500 entries per call.
Lightweight Markdown responses
- MCP responses are now lighter and formatted in Markdown, reducing token consumption and making them easier for AI agents to parse.
Page (Dashboards) Permissions
Dashboard pages can now be set as Private or Public, and access can be granted per user or group. Private pages are visible only to their creator. Public pages are visible to all users who have access to the space, with access levels of Read or Read & Write.
Real-Time Attribute Updates
Attribute values refresh automatically when an automation rule runs or when another user makes bulk changes on the same object. You no longer need to reload the page to see the updated values — changes appear as they happen.
SQL Parser: Oracle and PostgreSQL Dialects
The external SQL parser now supports Oracle and PostgreSQL dialects. Upload Oracle or PostgreSQL SQL scripts to generate lineage automatically.
Short Object URLs
Every object has a short URL in the format /obj/{id} that redirects to its detail page. Short URLs are stable — they continue to work even if the object is moved or renamed.
Features Page in Settings
A new Features page in Settings > General lists platform features that can be enabled or disabled for your environment. Available features include MCP and the lineage parser. Enabling MCP also activates the contributor read-only restriction mode. To enable a feature, contact Dawiso customer support.
Granular Search Index Refresh
The search index can now be refreshed per space or per application from Settings > General > Administrative tasks, in addition to the global refresh. This makes it faster to update search results for a specific area without a full environment reindex.
Ingestion Performance
Ingestion throughput is up to 85 times faster. Progress is logged at regular time intervals, making it easier to monitor long-running ingestion jobs in the task log.
External OAuth2 Authentication
Dawiso can now retrieve user information via an external OAuth2 provider for authentication. This enables SSO setups where user identity is managed by an external identity provider.