I'm trying to setup a web macro task to download a file from a website each month, there is a month year dropdown that I need to select the prior month from each month it runs, how do I select the prior month in the dropdown list?
I've created a MonthNameYear variable, {DATENOWADD(Months|-1|MMMM yyyy)}, which is returning the full month name and year.
Thank you