Hi,
I want to search previous day’s date in column using Lookup Range activity. Since the date is in the form of 4.09.2022 in the Excel file, it cannot find it when I search for now.AddDays(-1).ToString(“dd.MM.yyyy”). Because in this way, it searches for the date as 04.09.2022. How can I print the date format as 4.09.2022?
can anyone help ?