Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to identify if field name used in the workflow?

Nicholas_14
7 - Meteor

Hi Team, 

 

I want to know if a field/ column name is being used in the workflow, when I say used, actually impacting the workflow with its use in join , formula, multi-row, filters, summarize, etc. 

 

Purpose: I have multiple workflows, so in the future, if there is an attribute name change, I want to find out how many workflows are getting impacted. What's the fastest way to identify it, instead of manually checking every workflow and all tools within the workflow to see if a field is being used? 

 

I know about the CTRL + F and searching for the field, and opening it via Notepad++ or VS Code. Is there any efficient way to do this?

 

Thanking in anticipation.

2 REPLIES 2
jrlindem
11 - Bolide

I'm not sure if this is any more "efficient" but if your workflows are all co-located you could use python (outside of Alteryx) to scrape the XML of all the .yxmd files, etc.

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

You can use Directory Tool and Dynamic Input to read yxmd files (or other yx?? files if necessary) and then search the XML with the field name.

readYxmd_wf.pngreadYxmd_output.png

 

Labels
Top Solution Authors