I need to select date using drop down.
Yesterday’s date
I need to select date using drop down.
Yesterday’s date
You can use using select item
For month use
Date.Now.adddays(-1).Tostring(“MMMM”)
For Date
Date.Now.adddays(-1).Tostring(“dd”)
For Year
Date.Now.adddays(-1).Tostring(“yyyy”)
Thanks, @ImPratham45 !
Most Welcome
Happy Automation!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.