How to continue Script execution if table doesn't exist.
I have my main data table broke down in to few tables using subset function. Then I am doing some operations and trying to merge them back using the update function. But sometime time I only have one table and sometimes 2 tables. How can I tell script to continue if second table doesn't exist. // Update data tables
Data Table( "Material A" ) << Update(
With( Data Table( "Material B" ) ),
Match Colum...