Is there a way to return the selected column from the column list in graph builder when you run a script? For example, if I were to have selected age in the column list:
and then run a script, would I be able to get the age column name and use it? The reason I ask is that I have "shortcut" scripts that help with data clean up. I often see issue in graph builder and then run a script that asks me to select the column I want to modify, however this is actually redundant as I had already selected the column in graph builder. So if I could have the script grab the name of the selected column in the graph builder column list I could avoid some extra input boxes and clicks.
Thanks for any ideas!