I want to delete columns in my table based on the name of the column. There are lots of columns with names like: accountgroup1, accountgroup2, accountgroup3....i want to removed these.
Trying to use the Dynamic Select tool with the function !StartsWith(column, "accountgroup").
How can i get a formula to run through all the columns and deselect the ones that start with "accountgroup"?