How to iterate through a checkbox within a grid element when Uipath isn't able to capture the individual elements within the grid?

Hi,

I am trying to automate the below grid. I need to iterate through the checkboxes based on the No.
How to click the checkbox based on the text or value nearby?

Could you please guide me through the steps if we can use Anchor base here? Please note that the UiPath explorer recognizes the whole grid but not the individual elements. Also, the Find Children activity is throwing an error
“Highlight: The UI element you are trying to highlight is valid, but not visible”

image

Thanks

Hi @Praveen8008

How about using the data scraping and getting it as datatable and Iterating and clicking the checkbox!

Regards

Hi @pravin_calvin , I tried this method, but I am not sure how to click the checkbox that is next to the specific value. Could you please help me with this?

Thanks.

Hi @Praveen8008

Whether its a web application or Desktop application?,and can you Show us the Selector that You getting while indicating the Check box in Ui explorer!

Regards

Hi @pravin_calvin , As you see here, the entire grid is recognized as one element. The individual cells or checkboxes within the grid aren’t captured in UiExplorer.

It’s a windows application.

image

Thanks.

Hi Team,

I am unable to find a solution for this still. Could someone please help me with this?
We are using some workarounds for this but It would be really great if we can find an apt solution for this problem. We may need to build more automation for this application.

Thanks!

Hi @Praveen8008

If the selectors are not indicating properly try with image based Automation!

Regards

Hi, how did you solve the problem in the end? Having sort of the same issue right now