Hi there,
This is an interim Late Winter release, with our full End of Winter release planned for March 20th. This update delivers a substantial set of improvements worth getting into your hands now: a suite of UI enhancements that make building pipelines, workflows, and transformations faster and more intuitive, major expansions to Connector Copilot that push the boundaries of what you can connect to and how confidently you can do it, and significantly expanded Anaplan data source support. New transformation types and workflow automation via API round out a release built to remove roadblocks and expand possibilities.
This release brings a focused set of improvements to the core platform UI, driven directly by user feedback. Each change targets a friction point in the everyday build experience.
Building and refining pipelines is now significantly faster. A new transformation panel with dedicated insertion controls lets you add steps between existing transformations, not just at the end. "+" buttons appear between each step in both desktop and mobile views, giving you a consistent, unified way to insert logic at any point in your pipeline.

The Workflow Builder has been redesigned to reduce unnecessary tab-switching and surface the information you need faster.

The calculated column formula editor now supports interactive column tokens. Type $ in any formula field to trigger a searchable dropdown of available columns. Selecting a column inserts it as a styled token directly inline in your formula, making it easy to build expressions like Revenue / Headcount without worrying about exact column name syntax or spacing.

This release expands significantly what Connector Copilot can handle, with new capabilities that address real-world API complexity, from edge cases in OAuth flows to non-tabular data formats to confidence in what you're actually pulling before you commit to a dataset.
Power users and those with API-level knowledge of their source systems can now access the advanced configuration settings directly within the Connector Copilot Dataset Builder. This provides full visibility into how Copilot is extracting data from an external system, including how nested objects are flattened. Intelligent defaults handle the vast majority of cases, but edge cases that require adjustments are now fully accessible without abandoning the Copilot experience.

Connector Copilot now automatically detects when an API response returns non-tabular data and surfaces guided resolution options, so users aren't left debugging raw API payloads on their own. Before finalizing any dataset, an interactive preview shows a live sample of the records being pulled. Use natural language to refine the request in real time, and Copilot updates the configuration and re-previews the output instantly.

OAuth configurations in Connector Copilot now support custom key-value authorization parameters, unlocking connectivity with APIs that require additional query parameters beyond the standard OAuth fields.
A clear example is Google BigQuery, which requires access_type=offline and prompt=consent in the authorization request in order to return a refresh token. Without these, a connection authenticates successfully on first use but silently breaks after 60 minutes when the access token expires, with no mechanism for the platform to refresh it.
The Connector Copilot UI now provides a dedicated key-value pair interface in addition to the existing fields for Authorization URL, Token URL, Client ID, Client Secret, and Scopes. Any API that requires custom parameters in the authorization request can now be configured accurately, enabling persistent, self-refreshing connections.
Nexadata now includes a dedicated Parse Date transformation that converts raw date strings and numeric timestamps into clean, timezone-aware date fields.
When configuring a Parse Date step, you can:
This transformation is especially useful when working with API data that returns dates as integers, inconsistent string formats, or UTC values that need to be shifted to a local time zone before loading.
Workflows can now be triggered and monitored programmatically via the Nexadata REST API.
POST /api/v1/workflows/:id/execute — Initiates an async workflow execution and returns a confirmation that the job has been queuedGET /api/v1/workflows/:id/executions/:executionId — Polls the status of a running or completed executionAuthorization is enforced at the organization level. Only users belonging to the workflow's associated org can trigger or monitor its executions. This enables Nexadata to be embedded in broader automation pipelines, triggered by upstream events, or scheduled via external orchestrators.
📄 View full API documentation →
For organizations using Anaplan for connected planning, maintaining visibility into user activity and platform changes is critical for security and compliance. Until now, extracting and formatting Anaplan audit data into a reportable format required custom scripting and significant manual effort. Nexadata eliminates that complexity.
The Anaplan connector now supports a significantly expanded set of data sources, accessible directly from the Dataset Builder, purpose-built to surface audit and administrative data in a clean, human-readable format. User identification, activity timestamps, event types, and action descriptions are captured in a consistent, structured dataset that is immediately ready for filtering, sorting, and analysis.
Users can now select an Export Type when configuring an Anaplan dataset:
$ column reference popup and decimal precision controls in calculated fields have both been restored./) in Insert Column calculated value formulas no longer throws a syntax error.Some of the capabilities below will look familiar from the Mid-Winter release notes. That's intentional. These aren't items that fell off the roadmap. They are central to the direction Nexadata is heading, and we're committed to shipping them. The End of Winter release on March 20th will continue to advance this work.
Here's what we're building:
Thanks for being part of the Nexadata journey.
— The Nexadata Team