We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Featured Ideas

Search Box for Tools like Formula Tool where a drop down list of all columns is present to choose from the list. It might take quite a while to search for a specific column in a Formula tool when there is hundreds of columns in a data stream. This is quite an important case when we work with raw columns directly from an SAP extractor.

We have a feature to limit the number of records, and I thought why not have a column limit as well? 

Columns take up a lot of space and processing, the more columns we have the more it slows down. So if we can declare it at the start to import the first 20 columns always, it’ll ensure that any new or unwanted columns in Excel will be avoided. 

Hi

 

Currently the date time now input outputs data only in string format, it could be useful if there was an option to output the data in date or date time format.

Hello,

Right now you can write a file into sharepoint. However, sometimes, you just want to upload a file. There is already the ability to download (for Sharepoint input). I would like the same for uploading a file (based on an path or workflow dependancies).

Best regards,

Simon

I would like the parse tools (regex, split to columns...) to by defualt, not point at any column.

The parse tools need to be pointed at a column, however they by defualt configure them selves to point at the first column. Every time I use them, I enter the other configuration options, such as a regular expression, then hit run. After hitting run, my output column will be populated with only null values yet I will recieve no error. 

The reason for this, is 100% EBKAC (error between keyboard and chair), as I have forgotton to point the tool to the correct column, and instead its looking at the defualt (first column)

If the defualt option didnt exist, or was blank, the tool would then error telling me to think about what im doing and point the tool to the correct column. 

I believe this change in the tools defualt behaviour would save hours of debug time, wondering why my regex statment isnt working, when in actual fact im just looking at the wrong column. 

When the name of a field is changed early in a workflow, all corresponding tools that use the renamed field should have the option to auto update the field name. This way I don't have to manully update the name of each effected field. 

 

 

In the 20 years of my career I have built many automations using many tools. Alteryx is one of the best but lacks a key function that many others have. The File Browse Tool and the Folder Browse tool should be able to be configured with default values.

 

There should be an option under the File Specification that says "Default Location". When the user clicks browse button in the Analytical Interface it should default to opening that location ( eg.. \\ShareDrive\Reports\Finance\ ). If this location in inaccessible by the user or Account running the job then either an error should be thrown and the flow stopped or a default location open as in 2024.2

 

Users have requested this as when you have a large network browsing to the file you need can be slow and cumbersome. Ideally we should be able set the default location in the Designer to the folder where the file they want "most likely" is. Saving the user time and effort. This same concept applies to Folder Browse.

 

Screenshot 2025-05-28 130534.png

 

The funny part about this is when you ask Alteryx Co-Pilot  (or ChatGPT, or Microsoft Co-Pilot) how to do this. Even it figures this was a option that exists.  

 

 

Screenshot 2025-05-28 131332.png

Hello,

The Data source window allow severla kind of connections like quick connect, ODBC, etc. But the order is not the same and this is confusing :image.png


Best regards,

Simon

Whenever we upload a workflow in the Gallery, we have to manually unselect, one by one, all the workflow assets in order to avoid them being packaged, because we use absolute UNC paths everywhere: if an asset is packaged, there might be errors due to relative paths

 

It would save time to have the option to either "Select all" or "Unselect all" in the interface shown in the attachment (Capture.png)

Currently, the Alteryx Designer canvas can only be extended to the right and downward. This restriction makes organizing complex workflows more difficult, especially when trying to insert new logic upstream or manage spatial layout more naturally. It forces users to design in a constrained directional flow, limiting flexibility and sometimes resulting in awkwardly stretched workflows.

 

Proposed Solution:
Introduce an Infinite Canvas option that allows users to pan and place tools in any direction: left, right, up, or down. This would:

  • Enable more natural workflow layout and organization
  • Allow insertion of tools before existing logic without major rearrangement
  • Improve visibility and navigation for large, complex workflows
  • Mirror the functionality of modern visual tools like Figma, Miro, or Lucidchart

 

Bonus Suggestion:
Include a toggle or setting in Preferences to enable Infinite Canvas mode, so users can choose their preferred design behavior.    

 

Impact:
Improved usability, better layout control, reduced time spent reformatting workflows, and a more modern, flexible design experience for Alteryx users at all levels.

Hello,

What about a new tool to deal with file actions, such as deleting, renaming, moving, etc ? Today, we do that with cmd, not the easiest way to do. I have developed a tool on Amphi that gives a good idea of what we could have on Alteryx

 

image.png
Here the result :

 

image.png


That can help with temporary, useless files and probably other use cases.

Best regards,

Simon

As part of the options of the select tool, it would be really helpful if the 'Change Field type of Highlighted Fields' included the Forced type which would detect for each highlight field, the current type, and change it to the forced version of that type. Currently we need to go through each column to achieve this, and with a lot of columns (that are not consistent across different sheets, so a .yxft is not suitable) this is a massive pain. It seems fairly straight forward to add this as an option called 'forced' or something alongside the other data types

Currently the dynamic select tool let's you choose fields you want select or not, however it would be useful to have other features in the select tool i.e change data type/field size. This can be done via the multi field formula tool, but would be useful if it could be done via formulas/selection of a specific data type

Hello,

A very simple idea : 
as of today, there are dedicated connectors to Sharepoint, OneDrive and Azure Data Lake.
For all these connectors, the files we can read are limited, very limited : xlsx, csv, yxdb

 

The location of the storage is not relevant, we should be able to read any already supported file on these locations (like parquet or shp or whatever).

Best regards,

Simon

When working within the Table Tool, there are many options to help users format the width of their columns (i.e. Automatic, Fixed, or Percentage).

 

It would be nice to see an option added to disable word-wrapping.  Meaning, expand to encompass the header or data within the field so that each row is of uniform height regardless of the option:

 

 

Fixed:  The rest of the data would just be masked like in excel:

jrlindem_0-1753200155163.png

 

Percentage:  Same as fixed (above), but relative to the variable width...

jrlindem_1-1753200354732.png

 

Automatic:  Resizing to the required width, regardless.

  • It would also be nice to have options under automatic, akin to constraints
    • Automatic, but with a maximum width of...
    • Automatic, but with a minimum width of....
  • But regardless without word-wrapping

 

 

Why this matters:  When producing automation, especially for finalized outputs such as reports and tables; having maximum control over the output format is vital to ensuring downstream users don't have to continue to manipulate the output to suit their needs.  Maybe this isn't best practice, but when has customer demands ever taken a backseat to best practices!  😉

 

In 24.1 the email tool was adjusted such that any error in the workflow prevents the email tool from sending any emails. Previously, if AMP was enabled, the email tool could still send emails even if the workflow contained an error, but this is no longer the case. There are many cases where this is not ideal, one example being:

In larger workflows, I have multiple data streams which, after a point, operate independently. Even if one stream errors, I would like emails to be sent from the other streams. I have tried nesting the email tool within multiple layers of macros, but if any of the parent or child workflows/macros contain an error, the email tool will not send any emails. 

I would like a checkbox option in the email tool or workflow configuration that will still allow emails to be sent if the workflow errors. Then, with the use of control containers, I will have full control over email distribution with errors. 

For the Output Tool it would be very beneficial to be able to pass a password in order to populate a password protected Excel spreadsheet. It appears there is a decent amount of interest based on the Community feedback pertaining to the subject.

Idea: “Create THEN Append” Output Mode for Files and Databases


When outputting data in Alteryx—whether to an Excel file or a database table—the standard practice is:

First run: Set the output tool to “Create New Sheet” or “Create New Table.”

Subsequent runs: Manually change the setting to “Append to Existing.”

This works fine, but it’s very easy to forget to switch from "Create" to "Append" after the first run—especially in iterative development or when building workflows for others.

 

Suggested Enhancement:
Add a new option to the Output Data tool called:
“Create THEN Append”

Behavior:

On the first run, it creates the file/sheet or table.

On future runs, it automatically switches to append mode without needing manual intervention.

 

Why This Matters:
Prevents data loss from accidentally overwriting files/tables.

Improves automation and reusability.

Makes workflows more reliable when shared with others.

Mirrors functionality found in many ETL tools that allow dynamic "upsert-like" behavior.

 

Applies To:
Excel outputs (new sheet creation vs. append)

Database outputs (new table vs. append to existing)

CSV or flat file outputs where structure remains consistent

 

Hi there

 

My idea is to have an option to copy and paste a tools configuration to a different tool of the same type somewhere else on the canvas.

 

Example:

Say I have four summarise tools dealing with four different data streams, I envision a 'Copy Tool Configuration' option after right clicking on a tool and then a 'Paste Tool Configuration" which can be applied across the multiple instances of the summarise tool by overwriting. This would preserve the tools anchors incoming and outgoing connections.

 

Benefit:

 

This would increase the speed of developing workflows. Naturally this would be significantly quicker than copy and pasting tools, and then re-wiring anchors. Additionally, this would potentially reduce human error when iteratively developing workflows.

 

Regards - Rhys Cooper

 

 

 

 

 

 

 

 

Hello,

As of now, you can't choose the DCM connections to synchronize. It's either all or none.

 
 

image.png



However, I have one designer and two servers (Sandbox/Production). Most connections must be common, but not all.

Best regards,

Simon

Top Liked Authors