Table is being overwritten instead of being appended to.

JIMBOB

Пользователь
Регистрация
07.04.2022
Сообщения
35
Благодарностей
0
Баллы
6
Hello,

So I'm parsing data to a list 'Domains to be filtered'.

90355


List 'Domains to be filtered' is then being added to a table 2.

90356


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?
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 233
Благодарностей
5 846
Баллы
113
How do you insert data from list to table?
I suppose you are just overwriting whole column not adding lines to it.
 

JIMBOB

Пользователь
Регистрация
07.04.2022
Сообщения
35
Благодарностей
0
Баллы
6
Hello, my apologies, I fixed it by parsing the data to a list and looping until all data was appended to the list, then transferring to a table.

I had one question though, how do I add multiple filters when parsing data? Please see image:

90360
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 233
Благодарностей
5 846
Баллы
113
  • Спасибо
Реакции: JIMBOB

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)