Identify & Select the current month & year in a website filter

Hi all,

I need to extract some data in a website every week. The problem is I don’t know how to set it so that the robot can identify and select the current month and year. As the format of this filter is “Month / Year”, I tried to use Now.ToString(“MMMM”) + " / " + Now.ToString(“yyyy”), but it doesn’t work. How can I ask the robot to do that? Many thanks!

Select Item can be finicky. Try adding a Click activity to open the dropdown box, and then using your Select Item activity. If that doesn’t work, try replacing your Select Item with a Type Into activity with the same parameter you were passing to Select Item.

Thank you for solving the problem. Adding a click activity to open the dropdown box then using my activity works now!

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