System Date

Laksh

New Member
I would please like to know how to retrieve the system date. I need to search for a file in an email, by appending the current date to the file name.

Thank you.
 

Alesia

New Member
It is easy:

1 - create a DateTime variable
2 - use Constant value action
3 - select the DateTime variable in the Constant value action
4 - select Current date mode

Then you can convert the DateTime variable to a String using Date Format action.
 
Top