The Date/Time Loop node can be used to loop over different time increments between a provided start and end timestamp.
The supported time increments are:
Hours
Days
Weeks
Cron
A date/time loop is always inclusive of both the start and the end timestamp. If you create a days-loop from 01.01.2023 to 05.01.2023 the loop will run 5 times:
01.01.2023
02.01.2023
03.01.2023
04.01.2023
05.01.2023
The Date/Time loop always outputs iteration variables of type Timestamp . You can use the Value Converter Node to convert this variable into a different format, such as Date or String .