Hi all
Part of my process includes clicking on this screen and, depending on what the date falls between, clicking on the relevant “Tax Period” number.
Any ideas on how to do this?
I thought a Switch was the best activity to use but I don’t know what to use for the Expression. I figured something like now.ToString(“dd/MM”) >= 06/04 and 05/05 <= but get an error stating “Complier error(s) encounted processing expression “now.ToString(“dd/MM”) >= 06/04 abd 05/05 <=”. Expression expected”. I have the TypeArgument set to String
Thanks