Question
RBC
CA
Last activity: 22 May 2018 13:38 EDT
html table - TableSection AbsoluteCount
Hi,
We have a html table and we would like to iterate through all the rows. We have a TableSection set up using the Table Designer. We use the AbsoluteCount to determine # of rows for a forloop. The issue we are encountering is that the AbsoluteCount does not necessary returning the true # of rows of the table.
For example, a table has 200 rows for that particular TableSection, and AbsoluteCount only returns 15. Also, if we run the automation multiple times, the AbosluteCount returns different number each round.
Is there any reason why? How can we fix that?
Your help is greatly appreicated.
Fiona