How could I change the click action to another button based on excel data?

Hello there.

I’m trying to read the data of an excel and based on this, I’m getting the value of the “ID”.

I’ve automated the click on category but I’d like to click to “Latest” based on the excel data.


I’m uploading the project and excel file.

Thanks
Test1.xlsx (8.5 KB)
Main.xaml (12.3 KB)

Hi @pprin001,

As per your approach, the parent id attribute is dynamic, and it is not a reliable one. But You can use aaname attribute and pass the excel variable to that attribute would be good to click on the latest option.


pruebafinal should be name of the option like category or latest in your excel sheet.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.