Filter List Between Dates
Filters the list according to the range of dates
Description
Filters the list according to the range of dates
The lower bound ( 'from' ) is included. The upper one ( 'to' ) is excluded
Inputs
- list (List): list to filter
- date Property (Property): property of the business model to filter on
- from (DateTime): The lower bound (included)
- to (DateTime): The upper bound (excluded)
Outputs
- list (List): filtered list