How to compare whether a date is greater than another

Oh!
I solved it by finding the string.

After scraping the date as a string, “MM / dd / yy”
image

I converted it to DateTime with the command:
Datetime.ParseExact(DueDateS,“MM/dd/yy”,System.Globalization.CultureInfo.InvariantCulture)

image

In Flow Decision I compared the two date
image

image

Thanks anyway for the indications