Empty grid from UI

Hi

I am newbie to UI path. I am trying to read an empty grid and if no rows are there log the incident and continue. I tried several activities like findchildren, gettext,image nothing seems to work .
Which activity should i use?

Thanks

that will depend on your case, how are you reading the grid?

Thank you for the quick response. I am tried gettext, getchildren , getimage.

i mean, could you read it when there are results and only get an error when it is empty?

using data scrapping?

are you asking me this? :slight_smile: So when there is no data your grid shows some text saying no results where found or something like that? If so, you can use before the data scraping activity, an Element Exists activity that looks for this, if found you know there is nothing there.

Thank you i will try.