Hello
I have a column of dates from Excel online in the following format:
25/12/2021
31/12/2021
31/12/2021
02/01/2022
09/01/2022
26/01/2022
I want to build Flow with a condition that will show only the dates as from 03/01/2022.
Here is my attempt:

ticks(addDays('1899-12-30',int(items('Apply_to_each_-_in_table_Forms_Data')?['End date']), 'yyyy-MM-dd'))
is greater than or equal to
But it gives an error! Any help would be much appreciated!!