Question

How to find length of a table variable?

  • 15 March 2023
  • 1 reply
  • 38 views

Badge +4

Hi,

I am extracting a web table and I want to get the last row data. Can I directly get last row data by finding the length of the table ? Pls help..


1 reply

Userlevel 5
Badge +9

@ajith 2492 

Use the Get total rows action when you capture the table. 

And then, get the value of the row using the obtained value using Get cell Text by Index action :

 

HTH

Regards

Reply