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 cron on the workflow

Open the workflow editor. Set the start type to cron, choose an expression and timezone, and save.
3

Enable related instances

If the product creates or lists a trigger instance, open Triggers and ensure it is enabled.
4

Wait for the first fire or use a near-term schedule

For a quicker check, temporarily use a schedule a few minutes ahead, then switch to the daily expression after you see a successful execution.

Verify

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

Next