Skip to main content

Designer の新機能

2026.2

バージョン: 2026.2 (アップグレードに関する考慮事項および解決済みおよび既知の問題については、リリースノートを参照してください)

Release Date: August 4, 2026

新機能: Designer

Output Data Tool Updates and Dataset Support

We have updated the tool configuration UI in the Output Data tool, including an improved connection creation experience.

Additionally, you can now connect the Output Data tool to datasets that you have access to in your active Alteryx One workspace.

The output configuration panel also includes additional output actions: relational datasets support append, create, drop, and update, while file-based datasets support create and overwrite.

Data Support in Preview in 2026.2

This initial release of Alteryx One dataset support is in preview. Please note these requirements and limitations:

  • This feature is currently in preview and is under active development. As Designer is updated, breaking changes might affect assets created in earlier versions, and the dataset configuration might need to be updated.

  • Users can access only datasets for which they have permission as part of their Alteryx One user role (datasets must be available in the user’s workspace).

  • You can access one dataset per Output Data tool.

  • The Output Data tool supports connecting to and updating existing datasets. Creating new datasets isn’t currently supported.

Designer Save Dialog Improvements

We've made a number of usability improvements to the Save As > Alteryx One experience in Designer. This includes adding tooltips, information banners, and the option to reset dependencies for packaged workflows.

  • Updated the Location field value from Library to Alteryx One Library.

  • Added tooltips to clarify the recommended usage for the various file types (.yxmd, .yxmc, .yxzp, etc).

  • Added a note to clarify that only workflow packages (.yxzp) are executable when saved to the Alteryx One Library.

  • Added the option to reset dependencies for packaged workflows.

  • Added support for the dialog for both light and dark modes in Designer.

Designer Offline and Alteryx One App

The Alteryx One app supports temporary and permanent offline scenarios. If you don't have an internet connection, you can still launch Designer from the Alteryx One app and activate Designer offline if needed. After activation, you can continue using Designer while offline. Available functionality is limited to the features that Designer supports in offline mode.

注記

If you use offline activation for Designer while connected to the internet, this scenario is not currently supported in version 2026.1. We recommend waiting to upgrade to Designer version 2026.1 until we address this scenario in a future upgrade.

Designerのワークスペースインジケーター

Alteryx Oneアプリから起動するDesignerウィンドウには、Alteryx Oneアプリのウィンドウと同じ、現在選択されているワークスペースを示すアバターが表示されます。

  • ユーザーは、どのワークスペースを選択したかを確認できます。

  • 選択したワークスペースは、別のDesignerウィンドウに表示されます。

  • 視覚的な手がかりにより、ユーザーはアクティブなワークスペースを把握しやすくなります。

ワークスペースを切り替えるには、Alteryx Oneアプリに移動します。Designerでワークスペースを切り替えることはできません。

Control Container Error Reporting Improvement

Control containers now distinguish between recoverable errors and exceptions that indicate code defects. Recoverable errors continue to appear as informational messages or warnings, while code defects are reported as errors to help identify issues that require investigation.

AMP Engine Only for New Workflows

重要

The AMP engine is now the default engine for all new workflows.

Designer now uses the AMP engine as the default engine for all new workflows. New workflows no longer include an option to use the original engine by default.

Existing workflows retain their current engine setting, and you can configure them to use either engine. Once you save an existing workflow configured to use the AMP engine, you can't revert the change.

Python Tool AMP Support

We've converted the Python tool to work natively with the AMP engine.

AMP Engine Spill File Performance Improvement

The AMP Engine now uses a dynamic disk allocation strategy for spill files instead of fixed 256 KB blocks. Disk space is allocated based on the size of the compressed data, which can reduce disk usage and I/O overhead when workflows process highly compressible data, such as repetitive values.

Select Fields Option for Parquet Files

The Select Fields option, available for Parquet files, lets you specify a comma-separated list of fields to read. The Input Data and Dynamic Input tools read only the selected fields, which can reduce the amount of data your workflow processes.

This feature is currently available only in Designer. If you run the workflow on an earlier version of Server (2026.1 and earlier), you may notice differences in execution time because this optimization isn’t yet supported.

Standardized DCM Connector Configuration Experience

We've standardized DCM connector forms across major connectors to provide a more consistent configuration experience. This update introduces clearer technology and authentication names, streamlined forms with improved field organization and help text, and removes redundant options to simplify connector setup.

Support for Microsoft Excel 97–2003 (XLS) files

You can continue to read from and write to Microsoft Excel 97–2003 (XLS) files by specifying the file path directly.

Designer now supports both 32-bit and 64-bit Microsoft Access Database Engine (ACE) drivers and automatically uses the latest installed version, preferring the 64-bit driver.

These changes align with the planned removal of 32-bit driver support starting in 2026.3.

Databricks ODBC Driver Compatibility

We've improved compatibility with the renamed Databricks ODBC Driver, replacing the legacy Simba Spark ODBC Driver. This update helps prevent connection and workflow issues when migrating from the legacy driver.

BigQuery Connector Support Enhancements

We've added a new MERGE / UPSERT write mode to the native BigQuery connector. You can now update existing records and insert new records in a single bulk write operation by defining match key columns. MERGE processing runs directly in BigQuery, simplifying incremental data-loading workflows and providing a more consistent experience across cloud data warehouse connectors.

MapInfo TAB Date/Time Import

The Input Data tool includes a new Use String for Date/Time Types option for MapInfo TAB (.TAB) files.

By default, Designer imports date and time fields as strings to preserve existing behavior. Clear this option to import date, time, and datetime fields as native Alteryx data types for immediate use in date calculations and sorting.

If you execute the workflow on an earlier version of Server (2026.1 and earlier), this setting will be ignored.

新機能: AIツール

AIツールの改善

AIツールにさまざまな改善を加えました。

  • ツール全体のパフォーマンスが向上しました。

  • 認証エラー処理が向上しました。

  • Invoice Extractorを更新し、gemini-2.5-flashモデルを使用するようにしました。

  • スキーマ変換を更新し、出力データが保持されメタデータが正しく処理されるようにしました。

  • プロンプトビルダーのテキスト処理を更新し、オーバーフローしないようにしました。

  • プロンプトビルダーのテスト実行を更新し、未設定のオプションのモデル設定を省略するようにしたほか、生成されたコンテンツ検証エラーを表示するようにしました。