So in this example I would like to keep the rows that corresponds to 2019-11-09T09:00 and 2019-11-09T17:00 and filter the row that correspond to 2019-11-09T10:00 because is only one hour away fro the precedent row
the workflow correctly picks 8 am and discard 9am, BUT if it discards 9 am then it has to pick 10am because it’s 2 hours away from the last that was picked, and so on with the following rows.
Is it possible?