Recurring Trigger
Overview
Recurring Trigger starts a flow on a repeating schedule.
You can configure recurrence by days, weeks, or months with specific trigger times, timezone selection, and optional offset.
Input
Trigger Every
integer requiredRecurrence interval value.
Examples:
1with unitDAYSmeans every day2with unitWEEKSmeans every two weeks
Minimum: 1
Recurrence Unit
string requiredBase recurrence unit:
DAYSWEEKSMONTHS
On (Days of Week)
arrayUsed when Recurrence Unit is WEEKS.
Select one or more weekdays (MON to SUN) for trigger execution.
On (Dates of Month)
arrayUsed when Recurrence Unit is MONTHS.
Select one or more calendar dates (1 to 31) for trigger execution.
At
array requiredOne or more times of day in HH:MM:SS format.
Each configured time produces a trigger run on valid schedule dates.
Timezone
string requiredBase timezone mode for schedule calculation:
LOCALUTC
Timezone Offset (in hours)
number requiredAdditional offset in hours applied to the selected timezone.
Range: -14 to 14
Step: 0.5
Output
Datetime Local Epoch
integerLocal epoch timestamp in milliseconds for the scheduled trigger execution time.