Is it possible to automate this process?

Hello.

The bot would have to get the ID values ( yellow highlighted) of the excel file and then look for them in a table(browser) and try to mark the row and click the button “aprobar” . Moreover, If there are more rows then It would have to continue to do the same activity( mark another row and click “aprobar”) based on quantities of IDs on the excel file until finish them.

the value marked with a blue pen on the image is on the excel

and on the right side, there is a “checkbox” to mark it

Any idea, how to do that, please?
test1.xlsx (8.0 KB)

Thanks.

@pprin001

Yes its possible…

You can get the parent of the id you need then get children of the parent or use the index of row to identify check box and process

Cheers

1 Like