Skip to content

Date/Time Loop

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:

  1. 01.01.2023
  2. 02.01.2023
  3. 03.01.2023
  4. 04.01.2023
  5. 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.

See Flow Designer