Copying Columns and Column Names to a New Table
HelloI'm having a bit of trouble selecting columns from a data table and copying them to a new blank table.So far I'm stuck on how to even copy the column names to the new table. In my workflow I prompt the user to select 2 data column from an existing table using the column dialog function, then from there attempt to move everything over.Here's the code:CD = Column Dialog( Col1 = ColList...