I have 2 data in my excel sheet, [Alert Type] and [Date]. I am looking into how to make these 2 data into a condition in my "Filter Array" action in Power Automate. Below is the screenshot of my data from an excel sheet:

The condition for [Alert Type] and [Date] for the "Filter Array" action I'm looking into is if ([Alert Type] is greater than Red4) AND ([Date] is equal to OR after the current date). I know how to make the [Alert Type] as a condition:
less(int(split(item()?['Alert Type'], 'Red')?[1]), int('4')) but I'm interested to know how to make the condition for if([Date] is equal to OR after the current date) and afterwards combine it with the condition of the [Alert Type] to if ([Alert Type] is greater than Red4) AND ([Date] is equal to OR after the current date). Any methods or techniques is appreciated, thanks in advance!