I have a real quick, I am trying selecting a date from the calendar but when I am doing it with some approach it is selecting the date which is next 20th date of what I am trying to select. It is good in debug mode but not in run mode. Please help!
I have made the use of date of row and column to select the date of my choice and making the month as * in the selector property of the click activity. It is fulfilling the purpose.
Basically I wanted to select a date of previous month corresponding to today’s date. I was using type into activity I was passing Today.AddMonths(-1) as short date string but of no use. It was always showing me 12/26/2019 (MM/DD/YYYY). it did select the right one but I am not sure why in a fraction of second it gets changed to the one I mentioned above.