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!