How to automate menu and its sub menu items using excel?

Need to web automate using Excel on UIpath
(Based on name which is given excel need to click main menu and sub menu)

@AnithaUi You can try do it with clicks based on values available in sub menu values.

other way is to create the url based on values present in excel and use navigate activity or open browser activity.

@AnithaUi

Can you share your sample data screenshot and how the values are related to sub menu

This is something you need to work on with the selectors, check selectors of the Menu and try to replace with the row data

Thanks