Hi @jepavila , as @iCFO said, @bruno29a’s approach can be adapted using a straightforward loop. In fact a Table Row to Variable Loop, in place of the Table Row to Variable should be all that is required.
Achieving it without a loop is a little more convoluted, but can be done by calculating the number of rows required for each date range, creating rows and then calculating the individual dates for each row based on their offset from each starting date.
The attached contains Bruno29a’s original plus these two examples
List all days between 2 dates - multiple dates.knwf (42.2 KB)
