Hello Uipath family
I need help hear am extract the data from the database, I need to write condition like this bellow
If the date is equal to today date I want to extract that row I write some condition like this bellow but it’s not working, the thing is what I stored in the database is in string type
How to compare today date to excel string
@qbrandon
Hi ,
The date can be easily filtered using Filter datatable.
how-to-compare-the-excel-stored-date-to-system-date.xaml (8.5 KB)
1 Like
Thanks for the replay, I will check it once