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.
SOLVED

Relevant Fields Used in Workflow

htakhar1
5 - Atom

I was wondering if there is a way of identifying (on a tool level or workflow level) exactly what fields were actually used/ utilised i.e. if a field was used in a formula then it would be flagged 

3 REPLIES 3
binuacs
21 - Polaris

@htakhar1 The field info tool will give you the details of the fields used.

 

image.png

htakhar1
5 - Atom

The field info tool seems to just show all the relevant fields, however, I'm thinking about a way of flagging the fields that are actually used within the tools.

jdminton
13 - Pulsar

You can do this by reading in the .yxmd file as an XML file for a workflow. You can also use a built in workflow. See https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parse-yxmd-as-xml-to-see-which...

 

edit: this macro provides tool information, but you can see how the XML conversion works and edit to include additional info.

Labels
Top Solution Authors