Date and Time format for extracted value

HI @paul.baltag1

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