Skip to main content
Goal: Fire a workflow once per day without opening Chat.

Prerequisites

  • A workflow that should run unattended (correct tools and connections)
  • Connected accounts already working for a manual test run

Steps

1

Confirm a manual run works

Run the workflow from Chat or Run/Test once. Fix auth or tool errors first.
2

Set schedule under Entry points

Open the workflow editor. Under Entry points, add Schedule, set a cron expression and timezone, and save. Prefer a near-term expression (a few minutes ahead) for the first test, then switch to the daily expression.
3

Enable related instances

Open Triggers and ensure the schedule instance is enabled.
4

Confirm the first fire

Wait for the near-term run, then check Executions. After it succeeds, update the cron to your daily schedule.

Verify

  • A new row appears under Executions at the expected time
  • The Triggers page shows the instance enabled with recent activity when applicable

Next