How to record data table preparation steps in a script for future use?
Hello all,I am new to scripting and I have question regarding saving data table preparation steps in a script so they can be executed again after the data table had been updated with new data. I understand how I can save the contents of the "prepared" data table but not how to save the steps that were executed (in its own script) in order to create the prepared data table. I have been hard codin...