I am creating an automation that will need to click on a different folder each month. All the folder names are in the “NOV2023” format. A variable, CurrentMonth, was created with a Date.Today.ToString(“MMMyyyy”).ToUpper argument.
I have tried various tags and names utilizing the variable in the click activity, but the selector activity still will not recognize it.
There have been various posts about this topic, but none of the solutions worked for me.
Thanks for your help. DEC2023 is not there yet, but next month when I run the bot it will be. My goal is to have a click activity that will use the Date.Time.ToString variable to click on the current month’s folder.
Are you setting the CurrentMonth variable using Default property (Date.Today.ToString(“MMMyyyy”).ToUpper) like the example “NOV2023” before or you assign it before the click activity ?