Daily
Category: Trigger
Version: 1.0
Last updated: Januari 5, 2026
Author: Any2Info
Description
The Daily trigger starts a dataflow automatically on a daily schedule. It is used to run dataflows at a fixed time every day, optionally with advanced repetition or random delay settings.
This trigger is typically used for periodic processing, synchronization tasks or reporting workflows that must run on a predictable daily cadence.
Configuration Options
Start
Yes
The date and time when the trigger becomes active and the first execution occurs.
Recur (days)
Yes
Number of days between each execution (e.g. 1 = daily, 2 = every two days).
Repeat every
No
Enables repeated execution within the same day. The interval value supports Seconds, Minutes, Hours, Days, and Weeks.
For duration of
No
Defines how long the repeated executions should continue. Can be set to Indefinitely or a specific duration in Seconds, Minutes, Hours, Days, or Weeks.
Random delays
No
Adds a random delay before execution. The delay value supports Seconds, Minutes, Hours, Days, and Weeks
Usage
Use this trigger to run a dataflow automatically on a daily or multi-day schedule, optionally with repeated executions within the same day.
Tips & Best Practices
Use recur (days) = 1 for standard daily execution.
Only enable repeat every if multiple executions per day are required.
Avoid long repeat intervals combined with Indefinitely, unless continuous execution is intentional.
Changelog
1.0
Januari 5, 2026
Initial documentation version added.
Last updated
Was this helpful?