Any further suggestions please?
I have tried adding this into the advance mode on a Filter Array:
@And(less(ticks('StartDate'), ticks(item()['Simple date'])), greater(ticks('EndDate'), ticks(item()['Simple date']))
but it generates an error in the flow checker...."Invalid expression"... (it keeps changing the "@ and" to @And in my post... sorry...)
"StartDate" and "EndDate" are the names of the columns in the form that the user submits to request their feedback period from and to.
"Simple date" is the column heading in the data source that I am trying to filter out results from based on those two input dates...