Skip to content

Manual Start

Manually trigger a workflow with current date and time. Use this trigger when you want to run a workflow on demand rather than on a schedule or in response to an event.

Configuration

FieldDescriptionNotes
TimezoneThe timezone used for the output timestampsDefaults to UTC. Choose from a list of common timezones (e.g., America/New_York, Europe/Berlin, Asia/Tokyo).

Output

The Manual Start trigger produces a single item with the following fields:

FieldExampleDescription
current_date2026-03-16Date in YYYY-MM-DD format
current_time14:30:05Time in HH:MM:SS format
timestamp2026-03-16T14:30:05+01:00Full RFC 3339 timestamp
timezoneEurope/BerlinThe selected timezone
unix_timestamp1773936605Unix epoch in seconds
day_of_weekMondayName of the day
day_of_month16Numeric day of the month
monthMarchName of the month
year2026Four-digit year

TIP

The Manual Start trigger is useful for testing workflows during development. You can always switch to a Cron or Webhook trigger later without changing the rest of your workflow.