Skip to main content

Release Notes for Designer Cloud

Designer Experience is hosted on Alteryx Analytics Cloud (AAC). For more information on the underlying platform, go to Release Notes for Alteryx Analytics Cloud Platform.

April 18, 2025

What's New

Tool Names and IDs Shown on Each Tool

Introduced a setting in the "View" menu that lets you toggle the visibility of Tool IDs and Names on the canvas. This setting is enabled by default, and you can turn it off via View > Tool Names & IDs.

This feature improves user efficiency and clarity by making it easier to identify tools, locate errors, and navigate workflows. It addresses the challenge of distinguishing tools when IDs are difficult to recognize, enhancing the overall user experience.

April 11, 2025

What's New

Multi Column Binning Tool Now Available in Cloud Native Mode

You can now use the Multi Column Binning tool in Cloud Native mode. This tool allows you to apply consistent binning logic across multiple columns at once, helping streamline data preparation and ensure uniform grouping across datasets.

April 4, 2025

What's New

Dynamic File Naming in Output Data Tool

File-based connectors now support parameterization for output file names:

  • String Parameterization: Insert dynamic string values into file names.

  • Timestamp Parameterization: Include job start date/time or relative timestamps, adjusted for time zone.

  • Runtime Overrides: Update parameter values before you execute workflows.

For details, go to Output Data Tool.

March 7, 2025

What's New

Enhancements to Summarize Tool

Added tooltips to the Summarize tool to provide clearer guidance on how to configure it, making it easier to use.

February 21, 2025

What's New

Enhancements in Cloud Native Mode

These expressions are now available in Cloud Native Mode:

  • Between: Tests if x is between min and max values, inclusive of min and max values.

  • AverageNonNull: Returns the average of a list of numbers. Null values are excluded.

  • ToRadians: Converts a numeric degree value (x) to radians.

  • ToDegrees: Converts a numeric radian value (x) to degrees.

  • CEIL: Returns the smallest integer greater than or equal to x.

  • Floor: Returns the largest integer less than or equal to x.

  • GetLeft: Returns the left part of String until the first instance of the specified 1 or more Delimiters. The delimiter must be static (string literal).

  • GetRight: Returns the right part of String after the first instance of the specified 1 or more Delimiters. The delimiter must be static (string literal).

  • GetPart: Uses the specified 1 or more Delimiters to divide String into substrings, and returns the substring specified in Index. The delimiter must be static (string literal).

  • DateTimeQuarter: Returns the numeric value for the quarter of the year in which a date-time value falls. Use optional numeric parameter to indicate the start month for Q1 (1-12).

  • FindNth: Finds the Instance (nth occurrence) of Target in Initial String and returns the 0-indexed position of Instance. The Target and Instance must be static values.

  • EqualStrings: Compares 2 strings to determine if they are an exact match. Returns True if all characters in both strings are identical, and False if 1 or more characters are not identical.

  • IsLowercase: Returns True if String has at least one lowercase letter and no uppercase letters, ignoring non-alphabetic characters.

  • IsUppercase: Returns True if String has at least one uppercase letter and no lowercase letters, ignoring non-alphabetic characters.

Fixed Issues

We fixed an issue where copying and pasting a tool on the canvas, the pasted node did not always shift as expected under specific conditions.

  • If the cursor remained over the original node while pasting, the first paste would shift, but the second paste would be placed directly over the original node. Subsequent pastes resumed shifting behavior.

  • If the cursor was moved away before pasting, then returned to the original node and pasted again, the new node would overlap before resuming normal shifting behavior.

Copying and pasting tools now consistently shift as expected, preventing overlapping placements and improving workflow efficiency.

February 7, 2025

Fixed Issues

Fixed various scenarios where the "Out of Sync" popup appeared incorrectly, even when the workflow was up to date.

January 24, 2025

What's New

Enhancements in Cloud Native Mode

These expressions are now available:

  • Bound (Min/Max): Retrieves the minimum or maximum value.

  • FinancePMT (Finance): Calculates the payment for a loan based on constant payments and interest rates.

  • StrSpn (String): Returns the length of the initial segment of a string that consists only of specified characters.

  • StrCSpn (String): Returns the length of the initial segment of a string that consists of none of the specified characters.

  • FinanceCAGR (Finance): Computes the Compound Annual Growth Rate (CAGR).

  • FinancePV (Finance): Determines the present value of an investment based on a discount rate and future cash flows.

Enhancements in Standard Mode

The DateTimeNow tool is now available, allowing you to easily retrieve the current date and time.

Fixed Issues

Fixed an issue where workflows shared with a group of users could not be opened by members of that group.

January 17, 2025

What's New

Enhancements in Cloud Native Mode

Users can now view the Total Row Count for the full dataset in addition to the Sample Row Count. This functionality is currently available for workflow inputs and outputs:

  • Input tool: When uploading a new file or using an existing dataset:

    • Hovering over the Row Count displays the last calculation date, as dataset sizes may change over time.

    • Users can manually recalculate the row count to get updated results.

  • Output tool: When executing a Full Run, the system calculates the Total Row Count for the newly created output dataset.

UI Update

The Sample/Dataset Row Count will now be displayed in the IRG header with left alignment.

Databricks Integration for Live Query Execution

Users can now leverage Databricks as the execution engine to enable a Design-Time Experience with full dataset visibility. In Cloud Native Mode, users can activate Live Query on a workflow for real-time data access.

Fixed Issues

Fixed an issue that prevented resizing the Cell Viewer window when opening the Results grid in a new window.

Known Issues and Limitations

  • Dataset Row Count is not calculated in certain cases: When using a CSV file as input and a Cloud Database as output (or vice versa).

  • Dataset Row Count is not available mid-workflow in the following scenarios:

    • On any tool except Input and Output.

    • When joining datasets.

    • On tools with multiple output anchors.

January 10, 2024

What's New

Enhanced Notifications for Standard Mode Workflows

Added a new notification message for workflows in Standard Mode. If data loading in the Result Grid exceeds 15 seconds, you receive a clear notification to enhance transparency and user experience.

December 20, 2024

What's New

Enhancements to Designer Cloud Landing Page

  • Updated the visual layout with new styling.

  • Introduced a navigation panel on the right side of the page for quick access to cloud product materials.

Improvements to Result Grid and Cell Viewer Functionality

  • Enhanced the Cell Viewer to update content with a single selection of any record in the grid.

  • Enabled column metadata display when you select a column with Cell Viewer enabled.

  • You can now resize the Cell Viewer window.

Cloud Native Tool Additions

These tools are now available for Cloud Native workflows:

New Cloud Native Expressions

These expressions are now supported in Cloud Native workflows:

  • FinanceXNPV

  • FinanceNominalRate

  • FinanceNPER

  • FinanceEffectiveRate

  • TANH

Fixed Issues

Fixed an issue where workflows opened from the Designer Cloud Landing Page displayed outdated metadata instead of the newly opened workflow’s metadata.

6 dicembre 2024

Novità

Miglioramenti dello strumento Formula

È stata aggiunta la possibilità di espandere o comprimere tutte le espressioni nello strumento Formula. Lo strumento ora mantiene lo stato di espansione o compressione quando viene riaperto un flusso di lavoro, garantendo così un'esperienza utente più fluida.

Problemi risolti

È stato risolto uno scenario in cui gli utenti che disponevano solo di autorizzazioni di lettura potevano eseguire flussi di lavoro attraverso Piani.

21 novembre 2024

Novità

Modalità Standard ed esperienza a doppia tavolozza:

  • Il 21 novembre, tutti gli spazi di lavoro (esclusi quelli con l'opzione Elaborazione dei dati privati abilitata) avranno accesso all'esperienza a doppia tavolozza. Alteryx ha abilitato la doppia tavolozza per tutti gli utenti e gli amministratori applicabili.

  • Una volta attivata la doppia tavolozza, gli utenti continueranno a visualizzare i flussi di lavoro creati in precedenza nella libreria. Questi flussi di lavoro venivano creati nella modalità Nativa di Cloud. Con la doppia tavolozza, per i nuovi flussi di lavoro ora puoi scegliere tra la modalità Nativa di Cloud e la modalità Standard.

  • Ulteriori informazioni sulle funzioni di ciascuna modalità e quando utilizzarla.

15 novembre 2024

Novità

Aggiornamenti della modalità Standard

  • È stato aggiunto Column Info Tool alla tavolozza degli strumenti Standard.

  • È stato aggiunto Auto Column Tool alla tavolozza degli strumenti Standard.

  • Ora puoi disattivare le singole espressioni della formula nello strumento Formula.

8 novembre 2024

Novità

Miglioramenti della modalità Standard

  • È stata aggiunta l'opzione Raggruppa per allo strumento ID riga per semplificare la creazione di gruppi di dati.

  • Sono state aggiunte le azioni Prodotto, Conteggio distinto e Conteggio distinto non Null allo strumento Riepiloga.

  • Sono state aggiunte le opzioni Annulla annidamento colonna JSON e Appiattisci array allo strumento Analisi JSON per consentire di gestire i dati JSON in modo più efficace.

Problemi risolti

  • È stato risolto il problema che causava la visualizzazione di una finestra di dialogo non sincronizzata durante l'inizializzazione dell'esecuzione completa dei flussi di lavoro. Questa correzione assicura un'esecuzione più fluida e continuativa del flusso di lavoro.

1 novembre 2024

Novità

  • È stato ottimizzato l'editor delle espressioni dello strumento Formula per un'esperienza utente più fluida e intuitiva.

  • I collegamenti del menu Guida ora vengono aperti in una nuova finestra.

18 ottobre 2024

Novità

Nuovi connettori disponibili per i flussi di lavoro della modalità Standard

È stato aggiunto il supporto per i seguenti connettori dati sul cloud ai flussi di lavoro della modalità Standard:

  • Amazon RDS MySQL

  • Amazon RDS Postgres

  • Amazon RDS SQL Server

  • MongoDB

  • MongoDB Atlas

  • MySQL

  • Postgres

  • Redshift

  • Snowflake

  • Server SQL

  • Teradata

Modalità Nativa di Cloud: sostituzione dei caratteri speciali

In precedenza, Designer Cloud sostituiva automaticamente tutti i caratteri speciali contenuti nei nomi delle colonne con caratteri di sottolineatura. Con questo aggiornamento, ora puoi controllare questo comportamento. Puoi attivare o disattivare la sostituzione dei caratteri speciali e di lettere non inglesi nei nomi delle colonne tramite la nuova opzione disponibile in Opzioni > Impostazioni flusso di lavoro oppure selezionando l'icona dell'ingranaggio nell'area di disegno.

Tieni presente che questa impostazione è disponibile solo in modalità Nativa di Cloud. Nei flussi di lavoro della modalità Standard i caratteri speciali non vengono sostituiti con caratteri di sottolineatura, pertanto questi flussi non dispongono di questa impostazione.

Problemi risolti

  • È stato risolto il problema per il quale la griglia dei risultati veniva caricata all'infinito durante il caricamento di file CSV contenenti caratteri speciali. Il caricamento dei file ora dovrebbe avvenire senza problemi.

  • È stato risolto il problema per il quale lo strumento Seleziona non convertiva correttamente i dati stringa nel formato data e ora. Ora, i dati stringa vengono convertiti in dati di data e ora solo quando sono validi, garantendo così che rimangano nel formato previsto.

4 ottobre 2024

Novità

Nuova logica di autorizzazione per l'accesso a Designer Cloud

È stata aggiornata la logica di autorizzazione per accedere a Designer Cloud. I privilegi del flusso di lavoro collegati ai ruoli assegnati al prodotto ora regolano l'accesso all'app Cloud. Per poter aprire l'app Designer Cloud, devi disporre dei privilegi di esecuzione per i flussi di lavoro. Come riferimento, i privilegi del flusso di lavoro concessi da ciascun ruolo di Cloud sono i seguenti:

  • Consumatore di Designer Cloud: lettura ed esecuzione.

  • Creatore di Designer Cloud: creazione, lettura, aggiornamento, eliminazione, condivisione ed esecuzione.

Tieni presente che ai ruoli amministrativi sono assegnati solo privilegi di lettura ed eliminazione; i ruoli amministrativi non possono aprire l'app Designer Cloud.

Nuove espressioni disponibili in modalità Nativa di Cloud

Sono state aggiunte le seguenti espressioni ai rispettivi strumenti della modalità Nativa di Cloud:

  • asin (matematica)

  • atan (matematica)

  • atan2 (matematica)

  • tan (matematica)

  • compareepsilon (test)

Miglioramento dello strumento Riepiloga

Ora, nello strumento Riepiloga, puoi ordinare le colonne per nome colonna e tipo.

27 settembre 2024

Novità

È stata aggiunta l'opzione Blocca colonne all'IRG

L'opzione Blocca colonne ora è disponibile nella griglia dei risultati interattiva (IRG). Puoi utilizzare Blocca colonne per congelare una o più colonne quando lavori con set di dati di grandi dimensioni. Questa funzionalità ti permette di concentrarti su colonne specifiche senza modificare il flusso di lavoro stesso, poiché viene utilizzata solo a scopo di osservazione.

È stata attivata l'acquisizione degli eventi di controllo

AAC ora acquisisce gli eventi di controllo attivati dal servizio del flusso di lavoro. Questi eventi includono:

  • create_workflow

  • import_workflow

  • delete_workflow

  • workflow_run_initiated

  • export_workflow

  • update_workflow

  • remove_access_workflow

  • share_access_workflow

  • rename_workflow

  • set_workflow_version_name

Supporto della parametrizzazione dell'output

La parametrizzazione dell'output è ora supportata tramite l'endpoint di esecuzione nel servizio del flusso di lavoro.

20 settembre 2024

Novità

  • È stato aggiunto il menu Altre azioni agli strumenti Seleziona, Aggiungi colonne, Collega e Combinazione multipla. Puoi utilizzare il menu Altre azioni per:

    • Modificare contemporaneamente più tipi di dati nella colonna.

    • Spostare le colonne in alto o in basso nella tabella di selezione.

    • Aggiungere o rimuovere i prefissi o i suffissi nelle colonne.

    • Deselezionare o ripristinare le modifiche alle colonne.

    • Rimuovere le colonne mancanti o annullare la selezione di colonne duplicate.

Problemi risolti

  • È stato risolto un difetto per il quale non venivano visualizzati i dati nella griglia dei risultati interattiva (IRG) quando si apriva un flusso di lavoro esistente o si incollava una parte del flusso di lavoro in un nuovo flusso di lavoro Standard o Nativa di Cloud.

30 agosto 2024

Novità

  • Sono stati aggiunti suggerimenti per la descrizione dei comandi delle celle troncate nei flussi di lavoro della modalità Standard.

Problemi risolti

  • È stato risolto un problema per il quale facendo clic con il pulsante tasto destro del mouse sul collegamento tra due strumenti collegati manualmente, il clic non veniva registrato.

  • È stato risolto un problema per il quale i grafici della profilazione non venivano visualizzati quando si scorreva orizzontalmente nella griglia.

23 agosto 2024

Novità

Nuovi strumenti della modalità Standard

Sono stati aggiunti Imputation Tool e Dynamic Replace Tool alla tavolozza degli strumenti della modalità Standard.

Visualizzatore cella nei flussi di lavoro della modalità Standard

È stata aggiunta la funzionalità Visualizzatore cella nella griglia dei risultati per i flussi di lavoro della modalità Standard. Puoi utilizzare la funzionalità per ispezionare i dati delle singole celle direttamente all'interno dei risultati del flusso di lavoro, ottenendo così una visualizzazione più dettagliata e una migliore esperienza di analisi dei dati.

Problemi risolti

  • È stato risolto un problema per il quale nell'area di disegno mancavano le annotazioni durante l'aggiunta dello strumento Filtro tramite l'intestazione della colonna IRG. Le annotazioni ora vengono visualizzate correttamente, migliorando così l'esperienza di disegno nel flusso di lavoro.

  • È stato risolto un problema dei flussi di lavoro della modalità Standard per il quale gli strumenti a valle continuavano a girare all'infinito in mancanza di un set di dati nello strumento di input. Questo problema è stato risolto, il che garantisce che i flussi di lavoro vengano eseguiti come previsto, anche in assenza di set di dati.

15 agosto 2024

Novità

Condivisione dei flussi di lavoro con autorizzazioni di sola visualizzazione

Ora è possibile condividere i flussi di lavoro con autorizzazioni di sola visualizzazione. Questa restrizione consente agli utenti solamente di leggere ed eseguire i flussi di lavoro.

Miglioramenti dell'esperienza utente

  • Sono stati migliorati i messaggi di errore relativi alla mancata esecuzione di un flusso di lavoro quando non si dispone delle autorizzazioni necessarie per le connessioni, o per mancanza dei set di dati richiesti all'interno del flusso di lavoro.

  • Sono state ottimizzate le prestazioni dello strumento Formula multicolonna della modalità Nativa di Cloud.

  • È stato creato un nuovo endpoint per wf-svc v1. Questo consente di ripristinare una versione specifica del flusso di lavoro come la più recente.

Problemi risolti

  • È stato risolto un problema della griglia dei risultati interattiva per il quale la selezione delle celle si interrompeva dopo aver selezionato le barre di profilazione dei dati.

9 agosto 2024

Novità

Nuove espressioni per la modalità Nativa di Cloud

Le seguenti nuove espressioni sono ora disponibili nella modalità Nativo per il cloud:

  • regex_countmatches (stringa)

  • mod (matematica)

  • media (matematica)

  • randint (matematica)

  • charfromint (conversione)

  • smartround (matematica)

  • log (matematica)

  • stripquotes (stringa)

  • mediana (matematica)

  • pi (matematica)

Errori di conversione in modalità Standard

È stato aggiunto un nuovo tipo di errore per i flussi di lavoro della modalità Standard: Errori di conversione. Gli errori di conversione vengono attivati da conversioni di tipi di dati errate o da conversioni con alcune eccezioni (non bloccano l'esecuzione dello strumento a valle). Gli errori di conversione sono visibili nella sezione Messaggio IRG.

Problemi risolti

  • È stato risolto un difetto visivo riguardante i commenti nell'area di disegno quando si apre un flusso di lavoro con il ruolo Consumatore di Designer Cloud.

2 agosto 2024

Problemi risolti

  • Gli errori di conversione della modalità Standard ora vengono visualizzati correttamente nella sezione Messaggio IRG.

  • È stata disattivata la possibilità di fare doppio clic per aggiungere uno strumento all'area di disegno quando una tavolozza è disattivata.

26 luglio 2024

Novità

Nuovi strumenti della modalità Standard

Sono stati aggiunti Dynamic Select Tool e JSON Build Tool alla tavolozza degli strumenti della modalità Standard.

Problemi risolti

  • È stato risolto un problema per il quale l'aggiunta di un secondo input o la rimozione di un input dallo strumento Rinomina dinamica causava la visualizzazione di Engine. È stato anche risolto un problema per il quale la funzionalità IRG non reagiva all'aggiunta o all'eliminazione della connessione.

19 luglio 2024

Novità

Ruolo Consumatore

È stato aggiunto il ruolo Consumatore di Designer Cloud. Con il ruolo Consumatore di Design Cloud, gli utenti possono aprire, visualizzare ed eseguire i flussi di lavoro. Aprendo i flussi di lavoro, gli utenti accedono a un'interfaccia utente non modificabile, con il pannello di configurazione degli strumenti disattivato e la tavolozza degli strumenti nascosta, e non possono aggiornare l'area di disegno.

Modalità Standard e modalità Nativa di Cloud

Sono state aggiunte nuove icone per indicare la modalità dello strumento del flusso di lavoro. I flussi di lavoro della modalità Standard sono identificabili con un'icona con il simbolo del fulmine, mentre i flussi di lavoro in modalità Nativa di Cloud hanno un'icona a forma di nuvola.

Problemi risolti

Condivisione del flusso di lavoro

È stato corretto il comportamento della condivisione dei set di dati nidificati tramite la condivisione del flusso di lavoro. Sebbene alcuni set di dati non possano essere condivisi condividendo il flusso di lavoro, quando si dispone delle autorizzazioni appropriate non viene più bloccata la condivisione di altri set di dati.

12 luglio 2024

Novità

Profilazione dei dati della modalità Pushdown

È stata migliorata la profilazione dei dati della modalità Pushdown. Ora i grafici numerici visualizzano i quartili in base all'intervallo di dati contenuti nella colonna.

Strumento Collega

Sono stati migliorati i messaggi di errore dello strumento Collega in caso di colonne di unione mancanti nella finestra di configurazione.

5 luglio 2024

Novità

Miglioramenti della qualità

  • Qualora il nome di un flusso di lavoro risultasse troncato sulla pagina di destinazione, ora puoi passare il mouse sul nome per visualizzarne l'intera lunghezza.

  • È stata aggiunta una descrizione dei comandi agli ancoraggi opzionali dello strumento, così da informare l'utente che non è necessario collegarli per eseguire il flusso di lavoro.

Aggiornamento dello strumento Selezione

  • Ora è possibile annullare le modifiche apportate nella finestra di configurazione dello strumento Selezione.

Problemi risolti

  • È stato risolto un problema per il quale gli amministratori dello spazio di lavoro non ricevevano più notifiche e-mail quando gli spazi di lavoro venivano condivisi.

27 giugno 2024

Novità

Annuncio dell'anteprima pubblica della modalità Standard

Introduzione di una nuova funzionalità di Designer Cloud, modalità Standard. La modalità Standard è ora disponibile nell'anteprima pubblica per tutti gli Amministratore dello spazio di lavoro

  • Modalità Standard all'interno di un'esperienza a doppia tavolozza: gli Amministratore dello spazio di lavoro possono ora abilitare la modalità Standard all'interno dei propri spazi di lavoro. Questo offre loro la possibilità di accedere alla tavolozza strumenti doppia.

  • Controllo amministratore: tutti gli Amministratore dello spazio di lavoro hanno accesso a una nuova impostazione in Impostazioni spazio di lavoro per attivare o disattivare la modalità Standard.

  • È stata ottimizzata l'esperienza utente: quando un Amministratore dello spazio di lavoro attiva la modalità Standard nel tuo spazio di lavoro, puoi accedere sia agli strumenti della modalità Standard che a quelli della modalità Nativa di Cloud in una tavolozza doppia. All'interno del flusso di lavoro, puoi passare dagli strumenti più familiari della modalità Nativa di Cloud ai nuovi strumenti della modalità Standard. Questo ti offre una maggiore flessibilità e più opzioni per creare i tuoi flussi di lavoro.

Per ulteriori informazioni, consulta Standard Mode Tools e confronta Cloud Native Mode Versus Standard Mode in Designer Cloud.

Aggiornamenti aggiuntivi

  • Lo strumento Collega può ora unire le colonne con il tipo di dati Data.

23 maggio 2024

Problemi risolti

Questi problemi sono stati risolti nella release corrente:

Elemento

Descrizione

TBOX-10109

Risolto un problema che impediva la visualizzazione dei dati nella griglia dei risultati quando si collegava uno strumento Combinazione multipla e si selezionava il primo ancoraggio di input.

TBOX-10095

Risolto un problema a causa del quale la barra Profiling dei dati non era evidenziata quando si selezionava una colonna con tipo di dati booleani nella griglia dei risultati.

TBOX-9869

Risolto un problema a causa del quale le colonne nascoste apparivano nella griglia dei risultati quando si passava da Vista dati a Vista metadati e viceversa.

17 maggio 2024

Novità

Riferimenti ed endpoint dell'API

  • È stata creata una nuova API di servizio del flusso di lavoro che fornirà l'elenco di tutte le versioni create per un flusso di lavoro specifico.

  • È stato creato un nuovo endpoint di servizio del flusso di lavoro per fornire l'elenco degli strumenti supportati in Designer Cloud. Puoi recuperare l'elenco degli strumenti attualmente in fase di sviluppo o degli strumenti applicabili a una modalità specifica (Standard o Nativa di Cloud) anche specificandolo nella richiesta.

Problemi risolti

Questi problemi sono stati risolti nella corrente release:

Elemento

Descrizione

TBOX-9864

È stato risolto un difetto per il quale, nella griglia dei risultati, venivano visualizzati valori errati del grafico di profilazione dei dati.

3 maggio 2024

Novità

Miglioramenti dell'area di disegno

  • Ora puoi salvare una versione del tuo flusso di lavoro in Designer Cloud. Per salvare la versione, vai a File > Salva versione.

25 aprile 2024

Novità

Miglioramenti degli strumenti

  • Lo strumento Combinazione multipla è ora disponibile in Designer Cloud. Utilizza lo strumento Combinazione multipla per combinare due o più input in base a una comunanza tra le tabelle di input. Per impostazione predefinita, lo strumento genera una unione esterna completa.

Problemi risolti

Questi problemi sono stati risolti nella corrente release:

Elemento

Descrizione

TBOX-10038

È stato risolto un problema per il quale i dati venivano visualizzati in modo errato nella griglia dei risultati quando il valore conteneva un trattino.

TBOX-10015

È stato risolto un problema per il quale la funzionalità Copia dati colonna nella griglia dei risultati non copiava le intestazioni della colonna.

TFFY-2012

È stato risolto un problema per il quale la dimensione predefinita del carattere dei commenti non era corretta.

19 aprile 2024

Novità

Miglioramenti dell'area di disegno

  • È stato sistemato il comportamento del pulsante ID riga nella griglia dei risultati. Selezionando ID riga ora vengono selezionate tutte le celle invece di rimuovere la selezione precedente, anche quando nella griglia dei risultati sono stati selezionati altri elementi.

Problemi risolti

Questi problemi sono stati risolti nella release corrente:

Elemento

Descrizione

TBOX-10025

È stato risolto un difetto della pagina di destinazione di Designer Cloud per il quale non veniva visualizzato alcun flusso di lavoro quando si abilitava la funzionalità di ordinamento del flusso di lavoro.

12 aprile 2024

Novità

Miglioramenti dell'area di disegno

  • Sono stati ottimizzati i messaggi di errore relativi agli errori di esecuzione completa. Anziché un messaggio di errore generico, viene visualizzata una finestra popup che mostra una descrizione più specifica del messaggio dalla pagina Cronologia dei processi.

    • Questo nuovo messaggio di errore è applicabile solo agli errori esistenti.

  • Quando una cella della griglia contiene numerose linee, come un blocco di codice, la cella viene evidenziata nella griglia dei risultati per informare che sarà visibile solo una parte della cella. Per visualizzare il valore completo della cella, basta fare doppio clic sulla cella della griglia dei risultati per aprire il visualizzatore della cella.

Miglioramenti degli strumenti

  • Ora l'ID strumento viene visualizzato con un segno numerico (#) anziché con le parentesi.

Problemi risolti

Questi problemi sono stati risolti nella corrente release:

Elemento

Descrizione

TBOX-9992

È stato risolto un difetto che causava la chiusura non corretta del pannello dei suggerimenti quando si selezionavano tutte le celle di una griglia.

TBOX-9981

È stato risolto un difetto per il quale il tasto di scelta rapida Seleziona tutte le righe veniva erroneamente attivato quando in precedenza era stata selezionata un'altra colonna.

5 aprile 2024

Novità

Miglioramenti dell'area di disegno

  • Quando qualcuno aggiorna il nome di un flusso di lavoro condiviso che stai attivamente modificando, ricevi una notifica che ti avvisa dell'avvenuta modifica del nome dopo che il flusso di lavoro è stato salvato.

Problemi risolti

Questi problemi sono stati risolti nella corrente release:

Elemento

Descrizione

TBOX-9957

È stata sistemata la dicitura delle opzioni di filtro all'interno delle intestazioni delle colonne della griglia dei risultati.

28 marzo 2024

Novità

Miglioramenti dell'area di disegno

  • Ora puoi copiare i dati da una colonna selezionata nella griglia dei risultati. Per copiare i dati di una colonna selezionata, seleziona l'icona con i tre puntini nell'intestazione della griglia dei risultati, quindi seleziona Copia. Ora puoi copiare i dati della colonna con o senza intestazioni.

  • È stato aggiunto il nuovo tasto di scelta rapida Seleziona tutto che puoi utilizzare per selezionare tutti i dati campione nella griglia dei risultati. Puoi anche selezionare tutti i dati selezionando l'intestazione ID riga.

  • Per copiare tutti i dati contenuti nella griglia dei risultati, seleziona l'icona con i tre puntini nell'intestazione della griglia dei risultati, quindi seleziona Copia, quindi Copia tutte le celle con intestazioni oppure Copia tutte le celle senza intestazioni. Una volta copiati i dati, verrà visualizzata una finestra popup che mostrerà il numero di righe copiate.

  • Sono state aggiornate le opzioni del menu di scelta rapida della griglia dei risultati.

Problemi risolti

Questi problemi sono stati risolti nella corrente release:

Elemento

Descrizione

TBOX-9978

È stato risolto il comportamento della modifica di un commento nell'area di disegno in modo che per qualsiasi modifica di un commento venga attivato il salvataggio automatico.

TBOX-9971

Quando l'accesso a Designer Cloud viene revocato mentre un utente sta modificando un flusso di lavoro, quell'utente viene reindirizzato a una pagina con accesso negato.

23 marzo 2024

Novità

Miglioramenti dell'area di disegno

  • I suggerimenti su più colonne sono ora disponibili nella griglia dei risultati.

    • Per gli utenti Windows, selezionare Ctrl, quindi selezionare una colonna non adiacente oppure Maiusc, infine selezionare e trascinare un intervallo di colonne adiacenti.

    • Per gli utenti Mac, selezionare , quindi selezionare una colonna non adiacente oppure Maiusc, infine selezionare e trascinare un intervallo di colonne adiacenti.

    • I suggerimenti basati sulle colonne selezionate vengono visualizzati nel pannello Suggerimenti.

  • È stata aggiunta la possibilità di fare clic con il pulsante destro del mouse, così da creare nuovi flussi di lavoro in una nuova scheda o finestra della pagina di destinazione.

  • È stata migliorata la navigazione durante il trascinamento degli strumenti sui bordi dell'area di disegno.

15 marzo 2024

Novità

Miglioramenti dell'area di disegno

  • È stato aggiunto il pulsante Duplica nel banner informazioni quando viene modificato un flusso di lavoro esempio; il pulsante ti consente di duplicare facilmente il flusso di lavoro.

Problemi risolti

Questi problemi sono stati risolti nella corrente release:

Elemento

Descrizione

TBOX-9954

È stato risolto un problema per il quale la griglia dei risultati si bloccava quando veniva eliminato uno strumento di output non selezionato.

TBOX-9946

È stato risolto un difetto visivo per il quale i grafici della profilazione dati venivano erroneamente visualizzati come un intervallo di valori, anziché come valori esatti, quando veniva selezionata o deselezionata l'opzione Deduzione del tipo di dati.

February 23, 2024

What's New

Canvas Improvements

  • Updated icons for selected anchors on the canvas:

    • Dynamic Rename tool optional input anchor

    • Union tool input anchor

  • Added the ability to select multiple tools on the canvas, right-click, and add them all to a new container.

Suggestions Improvements

  • Added the ability to keep or delete selected rows in a grid for downstream processing through a new suggestion.

Resolved Issues

These issues were resolved in the current release:

Item

Description

TNAU-1504

Fixed an issue where the Cross Tab tool gave a null value when trying to sum zero values.

February 9, 2024

What's New

Canvas Improvements

  • Updated behavior for Data Profiling charts:

    • For String and DateTime columns, we added a footer at the bottom of the Data Profiling chart which displays the number of the displayed values versus all the unique values inside the column.

    • For Numeric columns, Data Profiling bars are now grouped per 25 items in a section instead of displaying a single bar for each unique value in a column.

Tool Enhancements

  • New math expressions Pow and SQRT are now available.

  • You can now paste data with new lines in the Text Input tool.

Resolved Issues

These issues were resolved in the current release:

Item

Description

TBOX-9915

Fixed a defect that caused Data Profiling charts to display incorrectly for Numeric columns when the Data Type inferring functionality is turned off.

TBOX-9910

Fixed a Data Profiling defect where charts were not displayed for some String columns when columns in a grid were enabled or disabled.

February 2, 2024

Resolved Issues

These issues were resolved in the current release:

Item

Description

TBOX-9905

Fixed a defect where an Out of Sync popup appeared right after the full run, even though the current workflow had the up-to-date version.

TNAU-1490

Lookup table keyboard navigation improvements.

TNAU-1436

Text Input tool usability fixes.

TNAU-1424

Tile Tool supports manual grouping with float columns.

TNAU-1420

Fixed a usability issue for the Cross Tab tool so that New Column Names does not autofill anymore.

January 25, 2024

What's New

Canvas Improvements

  • You can now schedule a workflow within Designer Cloud. Select File > Schedule to access the scheduling options for your workflow.

  • Updated the color for the Results Grid header so it aligns with the background color for the rest of the grid.

  • Enabled the ability to search specific workflows by name on the Designer Cloud landing page.

Tool Enhancements

  • Enhanced error rendering for the Formula tool.

Resolved Issues

These issues were resolved in the current release:

Item

Description

TBOX-9867

Fixed a defect where a Data Cleansing tool was incorrectly configured when added through the Results Grid header. A cleansing action was applied to all the columns in the dataset instead of one.

TNAU-1186

Fixed a usability issue with the dropdown in the Join tool.

January 19, 2024

Resolved Issues

These issues were resolved in the current release:

Item

Description

TNAU-1368

Improved UI experience for the Join tool.

TNAU-1360

Fixed an issue with the Data Cleansing and Weighted Average tools so the tools are now auto-populated with values.

January 5, 2024

What's New

Canvas Improvements

  • Enhanced tool selection behavior on the canvas:

    • If you select a tool on the canvas, the output anchor for the selected tool opens in the Results Grid.

    • If you add a tool to the canvas through right-click, Suggestions, or the Results Grid header, the output anchor for the added tool opens in the Results Grid.

    • If you select a tool with a configuration error, the Messages tab in the Results Grid opens.

    • Updated styling for selected tools on the canvas.

Suggestions Improvements

  • Enabled new types of suggestions for Date and DateTime columns: DateTimeDiff and DateTimeAdd. These selections allow you to add or substract from each value in a column within some specific date range (day, month, year, min, seconds).

Workflow Sharing Improvements

  • If you try to update a workflow with revoked access, you are redirected to the Designer Cloud landing page and any changes made are not saved.

  • If you try to run a workflow with revoked access, you are redirected to the Designer Cloud landing page.

  • If you try to run a workflow that was deleted by another user, a notification appears that notifies you that the workflow was deleted.

Tool Enhancements

  • New Running Total tool is now available in Designer Cloud. Use Running Total to calculate a cumulative sum per row in a dataset.

  • Improved error message appearance on the canvas for the Join tool if you remove the join columns from the tool configuration.

  • Improved error message appearance for the Find Replace tool so the Lookup Table and Column to Search are now highlighted if they are empty in the tool configuration window.

Resolved Issues

These issues were resolved in the current release:

Item

Description

TNAU-1242

Fixed an issue for the Transpose tool where warning and error icons were displayed incorrectly in the tool configuration window and on the canvas if columns were missing.

TBOX-9811

Fixed a defect which allowed the launch of the Resampling process even though no columns were in the dataset.

TBOX-9837

Fixed an issue with displaying DateTime columns in incorrect format by disabling the Data Type Inferring checkbox and refreshing the page.

December 14, 2023

What's New

Canvas Improvements

  • Enhanced the behavior for the Workflow Out of Sync dialog, which is displayed your workflow was updated by someone else before you. Select Refresh to reload your workflow instead of the whole browser page.

  • Enabled the ability to filter workflows on the Designer Cloud landing page for Admin and Non-Admin users.

    • Workspace Non-Admin users are now able to filter by Owned, Shared, and All workflows.

    • An additional filter option is available for workspace Admin users. Admin users can now filter through Unowned workflows. Unowned workflows consist of all the workflows available on the workspace where the owner is not a current user.

Resolved Issues

These issues were resolved in the current release:

Item

Description

TBOX-9765

Fixed an issue where a double scroll was displayed while editing large annotation text on the canvas.

December 8, 2023

What's New

Suggestions Panel Improvements

  • Text to Columns suggestions allow you to quickly and efficiently split data in the Results Grid into separate rows or columns. When you brush over a single character in a value in the Results Grid, you are given suggestions for ways to split this value into multiple rows and columns using the brushed character as a delimiter.

Tool Enhancements

  • Selected anchors have a new color so they are easier to see.

  • IRR and XIRR finance expressions are available in the Summarize tool.

Resolved Issues

These issues were resolved in the current release:

Item

Description

TBOX-9761

Fixed incorrect behavior with workflow movement when you hover over or select a large annotation text on the canvas.

TDCS-335

Fixed an issue in Plans where workflows scheduled to run at the same time were run multiple times.

November 30, 2023

What's New

Canvas Improvements

  • Updated color of selected anchors.

  • A Workflow Out of Sync dialog now appears if you try to navigate away from your workflow without auto-save. Interacting with the dialog will not affect your workflow.

  • If you try to go to a Designer Cloud page that doesn't exist, you are redirected to the landing page.

  • The mini-map has been turned off by default to allow you to have more space within the canvas.

Results Grid Improvements

  • Enabled the ability to collapse the Results Grid to make more space for the canvas and tool configuration windows. Changes made to the Results Grid height are saved for the next time you open your workflow.

  • Updated the filter style for the messages displayed in the Result Grid.

Resolved Issues

These issues were resolved in the current release:

Item

Description

TBOX-9734

Fixed issue where the list of workflows on the Open Workflow dialog only displayed on half of the list after you select a workflow.

TBOX-9752

Fixed a canvas defect where adding an Input Data tool with the same dataset as other Input Data tools caused the Input Data tools to reload.

November 17, 2023

What's New

Canvas Improvements

  • Enabled ability to view last 5 jobs runs inside Output tool. Additionally, below the job list is displayed a link on the Jobs History page.

Results Grid Improvements

  • Enabled the ability to collapse Result Grid so there is more space for the canvas and tool configuration window. If you change the size of the Results Grid, your changes are saved for the next time you open your workflow.

Suggestions Panel Improvements

  • Regex selections are now available in Designer Cloud. "Brush" or select a portion of data that matches a certain pattern you are interested in, like a specific string format within a field. Based on your selection, new suggestions that utilize the RegEx tool are shown (specifically parse, replace, and split functionality).

    • Automated Regex Generation: Automatically generated regular expressions that match the selected pattern.

    • Regex-Based Suggestions: Parse data that matches the pattern, replace values that match the pattern, or split the column into multiple columns based on the detected pattern. Hover over the suggestions to see a preview of the results of the suggested Regex operation.

    • If the initial suggestion isn't quite right, you can adjust or modify the Regex operation manually using the Edit Suggestion functionality.

Resolved Issues

These issues were resolved in the current release:

Item

Description

TBOX-9664

Fixed an issue with failed Data Profiling charts when enabled on Select, Union, Join, Append Fields tools.

November 3, 2023

What's New

Canvas Improvements

  • You can now share Designer Cloud workflows between different users of the same workspace.  Workflows can be shared from the Platform Library page under the 3 dot menu. If several users modify the same workflow at the same time, a notification is displayed for the person who has an outdated workflow version.  Workspace Admin users are also now able to filter all or only owned workflows on the Designer Cloud landing page.

Tool Enhancements

  • The Multi-Column Formula tool is now available in Designer Cloud. Use this tool to create or update multiple columns using a single expression.

Resolved Issues

These issues were resolved in the current release:

Item

Description

TBOX-9756

Fixed a defect that prevented scrolling large tool annotations while editing.

TBOX-9668

Fixed a defect with an incorrectly displayed placeholder in the Result Grid caused by unchecking and checking all the columns in the dataset through the Select tool.

TFFY-1706

Fixed a UI defect related to tool containers. Selection of all the tools on the canvas would display tools that are hidden inside the tool container.

TFFY-1696

Fixed a defect where the Run button was disabled for an extended time while adding changes to a workflow and triggering the auto-save functionality.

TFFY-1556

Fixed a defect where a canceled full workflow job on the job history page still showed as "In Progress".

October 26, 2023

What's New

Tool Enhancements

  • The Dynamic Rename tool is now available in Designer Cloud. Use this tool to rename the columns passing through the data stream.

Canvas Improvements
  • Implemented a new loading spinner within the Results Grid that shows when you upload data or when data is trying to load in the grid.

Resolved Issues

These issues were resolved in the current release:

ID

Description

TBOX-9682

Fixed a defect where the Results Grid was incorrectly displaying multiple spaces (leading and trailing whitespace) in the grid cells. Now all spaces are displayed in cells the same way that the data is stored in the original dataset.

TBOX-9660

Fixed an issue where Data Profiling charts were loading multiple times.

October 20, 2023

What's New

Canvas Improvements

  • Improved error messaging when data can't be loaded in the Results Grid.

Tool Enhancements

  • Added the Columns to Group By option to the Random % Sample tool.

  • Fixed an issue for the Round function within the Formula tool.

October 13, 2023

What's New

Alteryx Engine Updates for Designer Cloud

Updates have been made to Alteryx Engine. You may notice some differences in data processing:

  • The Sort tool preserves the original order of data in the unsorted columns.

  • The last valid year is “9999”.

  • Grouped tools may have a different order.

  • Alteryx Engine uses a different Regex Library. The handling some of regex expressions can vary.

  • When selecting unique rows based on a column, Alteryx Engine might select a different row. The output order from the Unique tool might also be different. For example, in a table of addresses, if you select unique rows based on zip code, the updated Alteryx Engine might select a different address with that zip code.

Suggestions Panel Improvements
  • You can now brush over a value in the Results Grid and use the Keep/Delete Rows suggestions. These suggestions use the Filter tool.

  • Suggestions preview displays a source column for the operation for certain suggestion types:

    • RegEx Parse

    • Formula Extract

    • RegEx Split into Columns

  • Data Cleansing suggestions are now available for float data type columns within the Results Grid and through data profiling by selecting the data quality bars. Data Cleansing can also now be accessed through the Results Grid header.

  • Replace suggestions using the Formula tool with brushing functionality are now available.

  • The preview panel for suggestions now displays a footer that shows the number of rows used to preview the future change.

Resolved Issues

These issues were resolved in the current release:

ID

Description

TBOX-9695

Fixed an issue where Data Profiling charts would remain stuck on loading animations for previously viewed columns when horizontally scrolling through the grid.

TBOX-9656

Fixed an issue where long values were not truncated in the Results Grid.

TBOX-9643

Fixed an issue where the Data Profiling section was not displaying correctly when enabled on the Text Input tool.

TKP-519

Fixed an issue with failed Data Profiling charts by changing some integer data type columns with years data.

TNAU-1214

The Find Replace tool now correctly replaces & symbol with 'Match Whole Word' checkbox.

TNAU-1213

Fixed the Contains and Create Columns with Replace Data combination for numeric values represented as strings for the Find Replace tool.

TNAU-1249

TheFind Replace tool now correctly replaces the same words if they are in different case.

September 14, 2023

What's New

Canvas Improvements

  • New keyboard navigation added to switch between tool anchors. Use the Tab key to focus on a tool, then select and hold Ctrl+Alt and use the Up and Down arrow keys to select the tool anchor. See Keyboard Shortcuts in Designer Cloud for a list of all keyboard shortcuts.

September 8, 2023

What's New

Tool Enhancements

  • The Random % Sample tool is now available in Designer Cloud. Use Random % Sample to return an expected number of rows that result in a random sample of the incoming data stream.

Suggestions Panel Improvements

  • Improved the Brushing - Extract suggestion so when extracting values from Int data type columns, the new column will be also added with an Int data type.

  • New Brushing suggestions added:

    • Brushing - Keep and Delete Rows suggestions: When you highlight a value in the Results Grid, a suggestion appears to either keep or delete the highlighted rows.

    • Brushing - Replace suggestions: When you highlight a value in the Results Grid, a suggestion appears to replace the highlighted values.

Workflow Improvements

  • When you run a workflow in Designer Cloud, you have an option to select the engine it runs on. We now keep that engine selection per workflow, per user, so it doesn't need to be selected each time.

  • You can now navigate to a URL with a workflow ID in it even if your session is not active. If you have access to the workflow, after authentication, you are redirected to the workflow.

Resolved Issues

These issues were resolved in the current release:

ID

Description

TKP-535

Fixed a defect where a new column was added when a user applies an extract suggestion for a second time.

TKP-555

Fixed a defect for Brushing – Extract suggestion where the previous value was still showing in the Text to Extract input while choosing a new column.

TBOX-9590

Fixed an issue where the 'No results to display' empty state occasionally displayed in the Results Grid when switching between tools and anchors.

August 31, 2023

What's New

Results Grid Improvements

  • New Brushing suggestions allow you to highlight values in the Results Grid with your cursor and view suggested transformations. To view Brushing suggestions, select and drag your cursor over a value in the Results Grid. The suggestions panel with automatically open with relevant suggestions for your selected data.

  • Updated Results Grid empty states.

    • Updated the default placeholder text in the Messages section when no messages are available for a tool or workflow.

    • Updated styling and messaging for these empty states:

      • No data passing through.

      • No tool connection.

      • No results to display.

      • No columns visible.

      • No columns selected.

Resolved Issues

These issues were resolved in the current release:

ID

Description

TBOX-9599

Fixed a defect for tools with multiple output anchors where accessing the Resampling was unavailable through the Results Grid if Resampling was in progress on one of the anchors.

TBOX-9597

Fixed a defect for tools with multiple output anchors where accessing Resampling from the Results Grid was opening the wrong output anchor inside the tool configuration window.

August 17, 2023

What's New

Results Grid Improvements

  • Enabled the ability to start Resampling directly through the Result Grid.

  • Aligned the names of filter operators between the Filter tool and Results Grid column header and Suggestions panel.

Resolved Issues

These issues were resolved in the current release:

ID

Description

TKP-432

Fixed a visual defect where the Suggestions panel overlapped the last selected column.

August 8, 2023

Resolved Issues

These issues were resolved in the current release:

ID

Description

TFFY-1522

Fixed an issue with auto-save in the case the user closes the tab right before it calls the API.

August 2, 2023

What's New

Resampling for Designer Cloud

Resampling, accessed through the tool configuration window, allows you to collect new sample data and manage different samples used in your workflow. You can resample data on all Designer Cloud tools. For more information on Resampling, see Ricampionamento per Designer Cloud.

Suggestions Panel Improvements

  • Trigger suggestions by selecting a single bar in the data profiling chart or a single portion of the data quality bars (Ok, Not Ok, Null, Empty). Designer Cloud automatically triggers intelligent suggestions, accelerating data preparation and transforming your raw data into actionable insights faster than ever before.

Resolved Issues

These issues were resolved in the current release:

ID

Description

TKP-490

Fixed a defect in the Data Profiling chart with incorrect filtering through profiling bars for Numeric columns if the minimum or maximum value in the column is equal to zero.

TKP-488

Fixed a defect in the Data Profiling chart with the minimum range value for the selected profiling bar was not highlighting correctly.

TKP-345

Renamed filter operators for boolean columns to align names with functionality inside the Filter tool.

TKP-462

Fixed a visual defect where an error border did not appear around the Output Column Name input while changing the string length for the Formula tool.

TKP-441

Fixed incorrect wording inside the Suggestions Panel when there is no column selected.

July 28, 2023

What's New

Results Grid Improvements

  • You can now Split into Rows based on a delimiter from the Results Grid column header.

  • The Rand() function is now available in the expression library.

Suggestions Panel Improvements

  • New Round() function suggestion for float columns. You can now select the column header to trigger a rounding suggestion in the Suggestions Panel. This suggestion uses the Formula tool and gives you the opportunity to quickly choose a rounding preferences without having to write a formula.

  • New Length() function suggestion for String columns. This suggestion allows you to calculate the number of symbols inside each column cell.

Resolved Issues

These issues were resolved in the current release:

ID

Description

TKP-440

Fixed an issue with broken Suggestions panel preview.

TBOX-5551

Fixed an issue with incorrect results displaying in Data Profiling section by enabling it on the Filter tool.

TBOX-9507

Fixed UI defect where incorrect Results Grid column header menu or sub-menu displayed by scrolling horizontally.

TFFY-1516

Fixed an issue where trying to delete a tool too quickly after Designer Cloud loads caused the application to freeze.

July 20, 2023

What's New

Results Grid Improvements

  • Restricted ability to use negative values for Number of Columns for the Split into Column action.

  • Minor UX improvements for Clean Up Data action.

July 13, 2023

What's New

Results Grid Improvements

  • Enhanced error validation for Split into Columns action in the Results Grid header. The validation error is now rendered by selecting 'Empty' for the input and then selecting Apply.

Canvas Improvements

  • Updated the Alteryx Help link in the Help menu.

  • Added Databricks as an engine option. Note that this engine is only available if your configuration is setup correctly in the management console.

July 7, 2023

What's New

Results Grid Improvements

  • Enhanced filtering added to the Results Grid header. Additional filter operators are now supported: 'Is Empty', 'Is Not Empty', 'Contains', and 'Does Not Contain'.

  • Enhanced Messages functionality:

    • If any warning message is triggered for a particular tool, this message will be shown on the canvas, similar to how error messages are currently displayed.

    • A count of workflow and tool messages is displayed inside the Anchor section of the Results Grid.

  • Enabled the ability to trigger the 'Split to Column' action directly from the column header menu.

  • Enabled the ability to filter data through the Data Quality Bar. Now, selecting a Data Quality Bar state adds a Filter tool to the canvas with the selected configuration.

Resolved Issues

These issues were resolved in the current release:

ID

Description

TKP-384

Fixed incorrect border around the Message tabs in the Results Grid.

TBOX-9505

Fixed an issue where the tool configuration window would not render an appropriate error message when dataset permissions were revoked for the selected dataset.

June 29, 2023

What's New

Results Grid Improvements

  • Opening the Results Grid in Firefox browser is now supported.

Suggestions Panel Improvements

  • Optimized suggestions performance for large data sets.

Canvas Improvements

  • Updated engine selection API to make it more efficient.

Resolved Issues

These issues were resolved in the current release:

ID

Description

TBOX-9497

Fixed a visual issue for selecting columns with a long name inside the Result Grid.

TKP-311

Fixed an issue where no suggestion previews displayed while hovering over Rename suggestions.

TFFY-1474

Fixed an issue where the sample workflows weren't showing accurate errors before you run the workflow.

TFFY-1319

Fixed an issue where the Run Job button was still enabled, even if the Output tool wasn't fully configured, which resulted in an error.

June 23, 2023

What's New

Results Grid Improvements

  • Updated wording on tooltips for leading and trailing whitespaces.

  • Within the Data Profiling feature, you can now select the Data Quality bar to highlight selected values in the Results Grid.

Suggestions Panel Improvements

  • Expanded categories within the Suggestions Panel remain expanded after editing and returning to the Suggestions Panel.

Tool Enhancements

  • Enhanced error messaging for these tools: DateTime tool, Sample tool, Cross Tab tool, and RegEx tool.

Resolved Issues

These issues were resolved in the current release:

ID

Description

TBOX-9439

Fixed an issue where the Suggestion hover icon was not displaying when unselecting a column in the Results Grid.

TFFY-1432

Fixed an issue where the Run button on the Marketing workflow sample was not enabled after configuring all outputs.

June 15, 2023

What's New

Results Grid Improvements

  • New 'Empty' state added to the Data Quality bar. The 'Empty' state represents the number of cells with no value inside for string columns. The calculation of Data Profiling charts for strings columns has also been adjusted. Now, the percentage of column values calculated is based on the number of empty and null cells.

  • If the dataset contains cells with leading or trailing whitespaces, those cells are called out in the Results Grid, allowing for easier identification of those values.

  • New ‘Not Ok’ state added to the Data Quality bar, which represents the number of invalid cells in the column.

Suggestions Panel Improvements

  • New Data Cleansing suggestions added to the Suggestions Panel. Clean data and remove leading or trailing whitespaces or remove unwanted characters by applying the recommended suggestions. Proposed options will vary based on the column data type.

Tool Enhancements

  • Added new expressions: Regex_Replace and ReverseString.

June 8, 2023

What's New

Results Grid Improvements

  • Opening the Results Grid in a new window now works on Firefox browser.

  • Updated Messages section. Now, the total number of messages for the workflow is displayed in the Messages window. The number of tool specific messages is shown after you select the tool.

Tool Enhancements
  • Improved error messaging for the Find Replace tool and the Text to Columns tool.

June 1, 2023

What's New

Engine Selection in Designer Cloud

You can now select a specific engine to run yourDesigner Cloud jobs. To select an engine, select the arrow next to the Run Job button and select your engine from the list.

  • Photon: Suggested for jobs up to 1 GB of data. Best for smaller jobs.

  • Spark: Best for larger jobs. The job runs on a distributed engine.

  • Snowflake: This engine is suggested in only a few cases.

    • Use when the source and target both are Snowflake.

    • Use when the source is a supported file type and the target is Snowflake.

    • Use when the source is Snowflake and the target is a supported file type.

Results Grid Improvements
  • Enabled additional data cleansing functionality inside the Results Grid to remove unwanted characters through the column header menu. Leading and trailing spaces, letters, numbers, tabs, line breaks, and other data cleansing options available in the Data Cleansing tool are now also supported in the Results Grid.

  • Enhanced behavior for data profiling charts. Now, if all values inside the column are unique, the data profiling chart won't be rendered. This optimizes the overall profiling performance.

  • Show All and Hide All column selection has been improved to truncate long column names.

  • Improved styling for 'No Columns Visible' empty placeholder in Results Grid.

  • Added a visual improvement to the Result Grid header. Now, switching to the Metadata section also shows you the number of columns in the dataset.

  • Created a new empty state inside the Results Grid while all columns are hidden in the Results Grid.

  • Updated UI styling for the Show All and Hide All column selection inside the Results Grid header.

Suggestions Panel Improvements
  • Enhanced behavior for the Suggestions panel with a large list of suggested actions. Now, only the first 4 options will be displayed. To view additional options, select the expand button inside the Suggestion section.

  • Updated the color scheme inside the Suggestions panel to align it with existing colors used in the Expression Editor.

  • Updated tooltip wording for the Suggestion header in the Results Grid.

  • Operators for Filter tool suggestions are now described with words instead of mathematical symbols.

Tool Enhancements
  • The Filter tool can now support numbers starting with a decimal point.

  • New 1 in Every N Rows will be Sampled method added to the Sample tool.

Resolved Issues

These issues were resolved in the current release:

ID

Description

TKP-316

Fixed a defect where incorrect styling displayed inside the Suggestion panel while no column was selected in the Results Grid.

TKP-314

Fixed an issue with incorrectly displayed action name on the Suggestion panel header.

TKP-300

Fixed a defect where Suggestions was turning off while switching between the Data and Metadata view in the Results Grid.

TKP-295

Fixed an issue for the Result Grid, with no truncation on UI for the cells which contain a long value.

TKP-286

Fixed an issue with randomly displaying loading animation within the Suggestions panel.

TKP-274

Fixed an issue where switching between editing suggestions and returning to the list view returned you to the top of the Suggestions list. Now, after editing a suggestion, you are returned to your previous location in the Suggestions list.

TKP-266

Fixed a visual defect with incorrect styling for an empty placeholder inside the Suggestion panel while suggestions are turned off.

TBOX-9398

Fixed a defect with a disappearing 'empty placeholder' message inside the Result Grid by selecting twice on the output anchors for Join or Filter tools.

TBOX-9384

Fixed a visual defect with incorrect column selection inside the Result Grid by removing and adding new columns inside the Select tool. So now, each time you change the number of columns inside the dataset, all the selected columns will be unchecked.

May 12, 2023

What's New

New Landing Page

The new landing page for Designer Cloud includes 2 additional sample workflows and One Tool Examples. It also now includes a link to Alteryx Academy.

Suggestions Improvements

  • Improved wording of tooltip on the Suggestions icon.

  • Preview your suggestions from the Suggestions panel prior to applying them to the canvas. Hover over the suggestion to see the new preview.

  • Ability to turn on and off Suggestions added. Once Suggestions are turned off, any column header selection would not lead to opening the Suggestion panel. This setting is enabled/disabled through:

    • Designer Cloud header inside the View menu.

    • Suggestion panel header using the 3-dot menu.

Updates to Loading Data with Input Tool

Updated the loading animation and experience when loading a dataset through Input Data tool.

Tool Enhancements

  • Enhanced UX and visual layout for the Summarize tool.

  • New expressions added: datetimeparse and datetimetrim.

  • In the expression library, the Contains function supports dynamic target argument.

Resolved Issues

These issues were addressed in the current release:

ID

Description

TBOX-9383

Fixed an issue with incorrect Data Profiling chart scaling for boolean columns.

TBOX-9309

Fixed defect with keeping column selection by closing Result Grid in a new browser window.

TBOX-9104

Fixed a visual defect with displaying column header borders inside Result Grid.

TNAU-891

Filter tool now works with decimal numbers.

TNAU-882

Fixed Contains method for Find Replace tool.

May 4, 2023

What's New

One Tool Examples Now Available in Designer Cloud

Hover over tools in the tool palette to access new One Tool Examples. Select Example to open a new workflow that you can review configurations and transformations within. You can also save the workflow to edit and run. To hide the tooltip flyouts, turn off this setting in your View options.

Edit Suggestions

Modify the default configuration for these suggestion actions:

  • Column Rename

  • Column Drop

  • Sorting

  • Filtering

In addition, you can now reselect the column to which the particular suggestion will be applied and apply edits from the Suggestions panel.

Tool Enhancements

  • Enhanced UX and visual layout for Arrange tool.

  • Updated tooltip wording for the Join tool.

  • Enhanced the size of tool containers to make them easier to use and expand.

Resolved Issues

These issues were addressed in the current release:

ID

Description

TBOX-9396

Fixed an issue with Data Profiling crash on DateTime columns if those columns weren't visible in the Sample Results grid.

April 27, 2023

What's New

Suggestions and CSV Export in Results Grid

Check out new Suggestions for transforming your data directly from the Sample Results window. Access suggestions by simply clicking on the column in the Sample Results window. Within the Suggestions panel, Sort Suggestion allows you to easily sort columns by Ascending or Descending order.

You can now also export sample data from a tool's anchor as a CSV file. Select Export as CSV from the More Actions menu in the Sample Results window.

Union Tool Enhancements

Updated the Union tool to enhance the usability and clarity of labels in the tool configuration panel.

Tooltips Added to Join Tool

Added tooltips to the Output Anchor Diagrams in the Join tool configuration window to help explain the differences between the output types.

Resolved Issues

These issues were addressed in the current release:

ID

Description

TFFY-1296

Fixed an issue with the pagination on the landing page.

TFFY-1298

Selecting output anchors for tools with multiple outputs would select the wrong anchor by default, rather than the anchor the user selected.

TFFY-1335

Fixed an issue where some datasets would not load.

April 13, 2023

What's New

Excel Output in Designer Cloud

Export your workflow results to an Excel workbook. For more information, see Output Data tool.

  • You cannot specify names of individual Excel sheets.

  • If an workbook of the same name exists in the target location, the file is overwritten.

Import Data for Designer Cloud in Alteryx Analytics Cloud

Import datasets for use in Designer Cloud using the Data tab in Alteryx Analytics Cloud. For more information, see Library for Data.

Updated Color and Contrast in Results Grid

Updated color and contrast for the Results Grid to enhance accessibility.

Delete Workflows from Designer Cloud Home Page

You can now delete workflows one at a time directly from the Designer Cloud home page.

Updated UI Library

Designer Cloud has been updated to use the latest UI library capabilities.

Resolved Issues

These issues were addressed in the current release:

ID

Description

TBOX-9350

Infinity loading in Results Grid by adding tools with sorting functionality (Sort or Sample).

TBOX-9292

Data Profiling charts not rendering on columns with a DateTime data type.

TBOX-9274

Optimized column selection performance for a grid with enabled Data Profiling to ensure there is no visual lag when selecting a column header. Similar improvements for large datasets will be part of future enhancements.

TBOX-8599

Results Grid header overlaps the Expression Editor menu while expanded.

TBOX-8285

Tools with a long name will be truncated inside the Results Grid Message section.

TNAU-407

Transpose tool (and other tools with checkbox lists for column names) shows errors if some columns are missing from the input.

New Known Issues

DateTime Tool Returns NULL Value for Japanese Browser Language

When the browser language is set to Japanese, the DateTime output column returns “NULL” values. Designer Cloud currently supports only English. To resolve this issue, ensure your browser language preference is set to English.

March 24, 2023

What's New

New Job Details Page for Designer Cloud Workflows!

After you run a Designer Cloud workflow, navigate to the Platform home page, then to the Job History page to look at specific jobs. Select a job from the list to see the Job Details, which gives you insights about the job execution, any errors, and the details of the run.

There are two limitations for the new Job Details page:

  • "Dataset deleted" is shown as a workflow name for deleted workflows.

  • As an admin, you can't see details of jobs run by others.

Annotation for Basic Filters

Annotations for the Basic Filter options in the Filter tool now appear on the canvas underneath the tool.

Second Auto Completion in Expression Editor

Second auto completion now works in the Expression Editor in the Formula tool. Previously, if you had entered a value with autocomplete and tried to add a second value, autocomplete would not trigger.

Updated Color and Styling in Mini-Map and Comments

Updated color and styling for the Mini-Map and Comment editing feature.

Data Profiling Optimization for Large Datasets

To reduce performance load, Data Profiling on large datasets is now calculated only for those columns which are visible to the user. For for the rest of the columns, Data Profiling will be executed per column ranges in order to reduce performance load with simultaneously calculated columns.

Resolved Issues

These issues were addressed in the current release:

ID

Description

TBOX-9316

Fixed several scenarios that caused Data Profiling crashes by triggering some actions through the Results Grid column header:

  • Columns reordering in Results Grid with enabled Data Profiling.

  • Incorrect data type conversion with enabled Data Profiling.

TBOX-9303

Incorrect column name displayed in the Suggestion panel while renaming a column in the Result Grid header.

TBOX-9277

Enabled the scroll bar inside the Result Grid Anchors section, which improved the navigation between the anchors for the Join tool when the Result Grid is collapsed.

TFFY-1215

Improved navigation between workflows and Input anchors, ensuring that data within the Results Grid loads properly and timely.

March 17, 2023

What's New

Updated Colors and Contrast Throughout Designer Experience

Updated colors and contrast in the tool palette, canvas, and containers enhance the accessibility and usability of Designer Experience.

Open Workflows with "Unsupported Tools"

Improved the experience opening workflows that contain what used to be "unsupported tools", such as containers and comments, or the Input tool when you first connect to data. Previously this was causing a workflow error.

Resolved Issues

These issues were addressed in the current release:

ID

Description

TFFY-1215

Improved navigation between workflows and Input anchors, ensuring that data within the Results Grid loads properly and timely.

TFFY-1223

Updated workflow behavior for configured and unconfigured inputs so that you are still able to add tools to inputs with data configured and the workflow will allow you to advance in your journey. Previously the input that was not configured disabled the progression of a workflow.

TAC-262

Output validation helps identify data errors that are preventing workflows from running. For example, if the column header in the Input source contains spaces, the validation error in the Output tool will show what needs to be fixed.

March 6, 2023

What's New

Renaming Workflows

You can now rename workflows in the canvas header.

Notification When Job Added to Queue

You now receive a notification after you select Run and a new job is added to the queue.

February 16, 2023

This is the initial set of release notes for Designer Experience.

What's New

Designer Experience brings our familiar Designer Desktop interface to the browser for data profiling, preparation, blending, and analytics. Build intuitive visual workflows or analytics processes, all in the cloud, and easily scale and democratize analytics across your organization. Designer Experience will continuously be up to date with the latest features available, bringing new capabilities to your fingertips, effortlessly.

First Time Experience Tour

A new first time experience tour has been added to Designer Experience. This is designed to help new users get up and running in record time. For creators that are familiar with Designer Desktop, skip the tour and get right to work.

Library for Workflows

Create and review Designer Cloud workflows from the Cloud Portal. See Library for Assets Page.