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 Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Updating field names in a workflow

bill_fox
6 - Meteoroid

Recently updated database files with current data, and made changes to the data structure that resulted in replacing old field names with new ones. Is there an easy way to modify an existing workflow to change the relevant fields to the new field name automatically? I seem to recall something about that at the last conference in Nashville that I attended.

Thanks

 

1 REPLY 1
danilang
19 - Altair
19 - Altair

Hi @bill_fox 

 

Alteryx workflows are just xml files so you can edit them with your favorite text editor with a search and replace.  Make sure you make a backup copy first because an error here will cause the workflow file to error on opening.  

 

Also check to make sure that the new fieldname names don't share any commonalities.  Replacing "Name" with "Full Name" will replace the "Name" string in [Name] but also in [First Name], [Last Name], etc

 

Dan

 

 

Labels
Top Solution Authors