I want to extract data from an Excel file.
This Excel file is filled from a data base via a pluging.
Before extracting the data, i have to filter on month and year and update to have the recent data (otherwise it displays only old data or data i don’t need).
But the robot can’t interact with the dropdown list of the month and year.
I tried click, select item, cv click… but i have this message
Do you know which activity i can use to select the items or what i can do to extract all the data and filter after?
If you can manually type in that cell that has the drop down, you can also use Write cell activity to enter the required parameters. Once you have appropriate data, you can use Filter dataTable activity