Date and time field selecting dates from a range.

Hi there, I have an excel form in my flow with a date and time field, I want to be able to select only months within a three month range. For example all rows that have dates in March 26, February 26 and January 26. with all older and newer dates being removed. The format is 2026-03-31 23:59:59 as an example.

Many thanks

It would be helpful if you could share some sample data and explain how you want to select the target dates.

2 options:

  1. programming a Row Expression Filter

  2. Date&Time based Row Filter with Execution Date as Start and -P3M
    if 3 months is too much, make a dummy date column which sets all days to the first of each month and do the same thing again