> ## Documentation Index
> Fetch the complete documentation index at: https://help.lobyco.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Schedule a campaign and check its results

> Put a campaign on a schedule, then read what happened in Execution History.

Most campaigns should not be run by hand. Give the campaign a schedule, then use **Execution History** to confirm it ran and to see what each block produced.

## What you'll build

```mermaid theme={"system"}
flowchart LR
    A[Configured campaign] --> B[Scheduled run]
    B --> C[Execution History]
    C --> D[Per-block results]
```

## Schedule the run

<Steps>
  <Step>
    ### Open a configured campaign

    Any campaign that is already set up, or a new one you have just built.
  </Step>

  <Step>
    ### Select **Create new run**

    The link sits below the canvas.
  </Step>

  <Step>
    ### Set the schedule and save

    A daily cadence is the common case.
  </Step>

  <Step>
    ### Confirm it registered

    The schedule should appear both in the **Scheduled run** section below the canvas and on the **Schedules** page.
  </Step>
</Steps>

## Read the results

<Steps>
  <Step>
    ### Open **Execution History**
  </Step>

  <Step>
    ### Filter to the execution you want
  </Step>

  <Step>
    ### Open the execution

    Select any block in it to see what that block did — this is where you find out *why* a run produced fewer customers than expected, not just *that* it did.
  </Step>
</Steps>

## Related

* [Journey list](/business-documentation/journeys/journey-list)
* [Journey canvas](/business-documentation/journeys/journey-canvas)

<Info>
  **Migration note.** Rewritten from `Segmentation > User exercises > Schedule the execution and view its result`. The original screenshot of Execution History has not been carried over yet.
</Info>
