Excel Tables - Row's count

  • Автор темы Автор темы irmscher
  • Дата начала Дата начала

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...
 
Anyone?
 
You can check if taken data is empty with IF action:
'{-Variable.yourvariable-}'!=''
If true there's something taken.
 
  • Оценить
Реакции: irmscher
You can act this way:
1.jpg

Send an example of non working one to support email.
 
  • Оценить
Реакции: irmscher

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