It would be really nice to be able to easily trace a selected field through a workflow (see below, trace in green). This would greatly help with troubleshooting.
Brilliant idea - this fits in nicely with some of the ideas that @Ned and @AdamR_AYX have been kicking around to have explicit field identifiers within Alteryx.
Thanks @StephenR for the idea post. This is something that is being explored currently. As @SeanAdams points out, there are many related features we can enable if we get functionality like this implemented.
If you are trying to trace a field you can currently search the name using Control+F and when you search the field name it will list out all the tools containing that name. I use this on occasion if I am in someone else's workflow.
The control+F or what ever solution this evolves to it would be perhaps more useful if the search had multiple of options
All Option - all tools where referenced...i think this is the Control+F as mentioned above?
Chg Option - the first tool and subsequent tools where it changes, data type, size, formula... and the last tool where it exists. Thus we eliminate noise of select tools and such where it exists but is not altered
Rename Option - the first tool and any tool where it changes and any subsequent changes of the most previous incarnation, thus we can follow evolution from end to end
Yes! Can't tell you how many times I've added a field in my initial query and then had to sort out where it got lost when it didn't reach the end of the workflow I was working in. (It's usually in a summarize tool...)