Select Date

I need to select date using drop down.

Yesterday’s date

image

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”)

3 Likes

Thanks, @ImPratham45 ! :slight_smile:

Most Welcome :smiley:

Happy Automation!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.