Hello My friends!
There’s a someway to use a today date on “TypeInto” command?
In Ecxel exists the function =TODAY.
On the UiPath there’s a similar function?
Hello My friends!
There’s a someway to use a today date on “TypeInto” command?
In Ecxel exists the function =TODAY.
On the UiPath there’s a similar function?
Try DateTime.Today.ToString(“dd-MM-yyyy”)
Between the brackets you can give any format you like. You can find more info on this here: Custom date and time format strings | Microsoft Docs
@arthurfsantos11 After reading excel cell use if condition and inside use assign activity with today’s date assume v1 as variable and pass this v1 variable in type into activity