Hello,
I have an empty data table - if the data table is empty I would like the process to continue. I have configured like this:
The issue I am having is that I am getting an error: ‘Object reference not set to an instance of an object’ because the data table is empty therefore my If statement does not run at all.
Anyone know how to edit the code in order to make the If statement run with an empty data table?