Can you try like this in the If activity
DateTime.ParseExact(Extracted.Trim,"dd-MM-yyyy",System.Globalization.CultureInfo.InvariantCulture).Tostring("dd/MM/yyyy")>DateTime. Now.AddDays(-60).ToString("dd/MM/yyyy")
Regards
Gokul
Can you try like this in the If activity
DateTime.ParseExact(Extracted.Trim,"dd-MM-yyyy",System.Globalization.CultureInfo.InvariantCulture).Tostring("dd/MM/yyyy")>DateTime. Now.AddDays(-60).ToString("dd/MM/yyyy")
Regards
Gokul