Hi Elita
there is no key variable in the table loop, you need to define your own key before the table then use it inside the table using:
$this->set("key", 0);
then you get this table as $rowKey and do the increment like how you do it now
Another way is to modify the SQL for the Read Data and include a row count field, I know this can be done but I do not have an example, and you will need to write the full SQL query in this case
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I just did it here the way I explained to you:

before the table:

and inside the counter column:

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
are you sure you have defined the variable to 0 before the table ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
do you have the rowkey variable defined anywhere else ? there must be some conflict because it worked fine here
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
the variable is defined and set to 0 on the same page which you refresh ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Elita
I have applied a fix to the Variables action here earlier and that may affect the result, please try to set the variable using a PHP action:
$this->set("counter", 0);
does that change the result you have ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
great, glad you have it working now!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.