Flows – Master

Lesson Guide: Time-Based Automation with Schedule Triggers

In this lesson, you will learn how to shift from real-time event triggers to clock-based automation using Noca Flow’s native Schedule Trigger.

While event triggers run instantly when an outside action occurs (like a new contact creation), schedule triggers utilize custom time boundaries or cron intervals to run automatically on a recurring schedule. This is ideal for routine operational maintenance, such as generating weekly compliance reports, syncing databases every night at midnight, or running clean-up tasks on a fixed timeline.

Step 1: Initialize the Schedule Trigger Block

To build a time-anchored automation sequence, begin with a blank canvas workspace.

  1. Open your Noca Flow canvas dashboard.

  2. Click the central + icon positioned at the core workflow origin node.

  3. From the utility tool drawer that opens, select the Schedule block.

Step 2: Configure Your Recurring Interval Parameters

Establish the exact time boundary rule matrix on the right-hand layout configurations panel.

  1. Click on the newly placed Schedule Trigger node to display its property rules drawer on the right.

  2. Review the layout options: you can configure intervals by minutes/hours, select specific days of the week, or target exact times of day.

  3. To mimic our core operational example, set the recurring cadence fields to execute every single Monday morning exactly at 9:00 AM.

Step 3: Save and Deploy Your Time Anchor

  1. Double-check your interval matrix configurations to ensure they display your intended cron schedule layout.

  2. Click Insert Node to save and lock this trigger parameter into the root position on your timeline path.

Step 4: Chain Downstream Action Fetch Pipelines

Now that your workflow automatically wakes up on time intervals, you can chain steps together to process mass data queries.

  1. Click the downstream + icon directly beneath your active schedule block.

  2. Attach database retrieval actions (e.g., a Salesforce search or a spreadsheet fetch step) to crawl records, gather objects, or sync systems on autopilot.

💡 Autopilot Efficiency: Because this is an isolated, clock-based system, your workflow runs entirely in the background without needing manual inputs or real-time webhooks.

Key Takeaways

  • Clock-Based Executions: Schedule triggers run your automated logic loops at preset times rather than waiting for external real-time application updates.

  • Batch Operational Tasks: This engine is built for repetitive data sweeps, list cleanups, and scheduled reporting, keeping your systems unified on a consistent corporate timeline.

Fantastic job! You are now fully equipped to build hands-free, time-aware automation schedules across the Noca Flow matrix. Happy building!