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:
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:
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
.