Hello,
So I'm parsing data to a list 'Domains to be filtered'.
List 'Domains to be filtered' is then being added to a table 2.
Once I loop around and start the process over again with new/different parse data, instead of the data being appended, table 2 is being overwritten.
How do I append to the table instead of overwriting it?
So I'm parsing data to a list 'Domains to be filtered'.
List 'Domains to be filtered' is then being added to a table 2.
Once I loop around and start the process over again with new/different parse data, instead of the data being appended, table 2 is being overwritten.
How do I append to the table instead of overwriting it?