How to check if list of columns exist and report those that are missing using a pop-up window?
Hi all!I would like to test if a list of 5 column names exist in a data table. If one or more are missing, I would like to have a window pop up telling the user which columns are missing. If all columns are present the script should continue its run.Could you please point me in the right direction on how to write it? Thanks!