Create list of values corresponding to list of columns
I'm creating a list of potential column names that may be encountered in one of many data tables that are worked with, creating an actual list of columns found in the opened data table, and then trying to create a list of of values corresponding to the actual column list. However, when I run the following code, it is grabbing the value from the first column in the list for all columns listed that...