Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesProblem:
In large Alteryx workflows, renaming a column using a Select tool (or similar) causes downstream tools like Formula, Filter, Join, Sort, etc., to break or throw errors if they reference the old column name.
This means every time a column is renamed, I have to manually go through every tool that used the old name and update it - which is tedious, time-consuming, and error-prone.
Proposed Enhancement:
Add a feature to automatically propagate field name changes across all tools in the workflow that reference the renamed field.
This could work similarly to how modern IDEs allow you to "rename variable" across an entire codebase, or how refactoring works in platforms like Tableau Prep or Power BI.
Benefits:
Saves time when making structural changes to data schemas.
Reduces human error caused by missing updates in some tools.
Makes workflows more scalable and easier to maintain.
Improves usability and development speed for all users, especially in large or collaborative workflows.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.