2026.04.5 : Base Trash, Mailchimp Workflows & PostgreSQL ENUM
Recover everything from Base Trash, trigger Mailchimp campaigns directly from your records, and work with PostgreSQL ENUM columns from external sources.

Base Trash
Base Trash is the single, unified safety net for everything that lives inside a base. With this release, it expands beyond records to cover structural recovery: deleted tables, fields, views, automations, dashboards, widgets, scripts, extensions, and webhooks can now be restored from the same Trash UI, with every record, formula, link, comment, and configuration that lived inside them put back exactly as it was.
Whether you're recovering from a misclicked Delete table, restoring a column someone trimmed during a quarterly cleanup, or rolling back a view a teammate dropped from the sidebar, Base Trash puts the structure back in a click, no SQL, no support ticket, no scrambling for last night's backup. It's the same model Airtable and Baserow users already expect: one Trash, one click, full recovery.
Last release introduced record-level recovery. This release completes the picture: records protect your data, structural recovery protects the shape that holds it, and both live in the same Base Trash.
Availability
Base Trash is available across all cloud plans and on-premise Enterprise plans. Per-table record retention controls and the ability to disable record trash for specific tables are available exclusively on Enterprise plans.
Mailchimp in Workflows

Mailchimp joins HubSpot CRM, Twilio, and GitHub as a first-class integration inside Workflows, so your records can trigger campaigns, sync your audience, and send transactional emails without ever leaving NocoDB. Whether you're turning a CRM table into a daily-synced Mailchimp audience, kicking off a welcome campaign the moment a new sign-up lands in your base, or tagging contacts based on form responses or lifecycle stage, the Mailchimp node replaces the brittle webhook-and-Zapier glue most teams stitch together today.
The node covers the surface area teams actually use day to day:
- Campaigns - Create, Get, Update, Delete, Send, and List campaigns.
- Contacts - Add, Get, Update, and Delete contacts in any audience.
- Contact Tags - Tag contacts based on field values, lifecycle stage, or workflow logic.
- Transactional - Send transactional emails for receipts, password resets, and one-off notifications.
Learn more about Workflow integrations →
PostgreSQL ENUM Support
PostgreSQL ENUM columns from external Postgres sources now show up as SingleSelect fields inside NocoDB. One of the most upvoted requests from the community (#4862), this closes a long-standing gap for teams who connect NocoDB to a Postgres database where ENUMs already define the allowed values.
Whether you're connecting NocoDB to an existing Postgres schema where ENUMs are the source of truth, building a hybrid stack where your application writes ENUM values and your team edits them in NocoDB, or simply wanting to enforce a fixed set of values closer to the data, ENUM columns now appear as proper select fields in NocoDB. Reads, writes, and round-trips stay type-safe, and the full set of allowed values is preserved end-to-end.
What's supported
- Read ENUM columns from any connected Postgres source — they appear as SingleSelect fields with the database's labels as options.
- Edit ENUM values from grid, gallery, kanban, and expanded record views; the dropdown is restricted to the column's defined labels.
- Add, rename, and remove options from inside NocoDB — changes apply directly to the underlying Postgres ENUM type.
- When the same ENUM type is shared by multiple columns, NocoDB safely forks a new type for the column being edited so changes don't leak to other columns using the same ENUM.
- Filter, sort, group, and search ENUM fields exactly like any other SingleSelect.
Improvements and Fixes
- Faster base load on large schemas - Bases with hundreds of tables now open noticeably faster, with table metadata streamed in as you scroll the sidebar.
- CSV export honours active filters - Fixed an issue where exporting a filtered view would occasionally include rows hidden by the active filter set. Exports now match exactly what the view shows.
- Workflow run history pagination - Fixed an off-by-one issue on the run history pagination that could skip the most recent run on heavily-used workflows.
- Realtime sync now updates LTAR cells — Linking or unlinking a record on a base with row-level security now updates other users link cells in realtime, instead of staying stale until the next reload.
- Shared Kanban views - Fixed an issue where shared Kanban views would fail to load when the stack-by column was hidden in the view.
- NocoDocs breadcrumb - Click any segment in a document's breadcrumb to open a dropdown of sibling pages and jump between them without going back to the sidebar.
- Faster CSV, Excel, and JSON imports - Reworked the import pipeline so large CSV, Excel, and JSON files parse and load noticeably faster.
For the features introduced in 2026.04.2, see the 2026.04.2 changelog.