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.