Excel Tables - Row's count

irmscher

Client
Регистрация
28.11.2012
Сообщения
199
Благодарностей
6
Баллы
18
I'm using row's count function to check the amount of rows in excel table and then compare it with current row (variable) in order to be able to stop the script when all the rows in table had been used.

Sometimes it works but sometimes script start picking blank rows.

I've checked in debug and for some strange reason Row's count function sees more rows than exist, may be it happens when you delete some of rows?

So I need to make the script stop when thre's a blank row but script sees blank rows as rows with some data for some strange reason...
 

irmscher

Client
Регистрация
28.11.2012
Сообщения
199
Благодарностей
6
Баллы
18

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 705
Баллы
113
You can check if taken data is empty with IF action:
'{-Variable.yourvariable-}'!=''
If true there's something taken.
 
  • Спасибо
Реакции: irmscher

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
You can act this way:
1.jpg

Send an example of non working one to support email.
 
  • Спасибо
Реакции: irmscher

irmscher

Client
Регистрация
28.11.2012
Сообщения
199
Благодарностей
6
Баллы
18

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