Hey @takbb , I figured the Create Date&Time Range would do the trick since, as the name says, it should create Dates (and time) for a particular Range.
It is a shame indeed that there isn’t any dataflow as input - it’s the only reason why I had to use the loop.
Regarding your comment about the number of days and End Date, that is correct. It’s just that initially I wanted to use the End Date, but I could not get it running properly without specifying the number of rows. I know I could also specify the number of days, but got lazy having to convert the int to string, and then append “d”, so I just ended up using both End Date and number of days.