01.5.4 Trigger on Schedule
The Trigger on Schedule node triggers the scenario based on a configured schedule without passing any incoming data to the scenario.
For example, let's create a scenario that:
- Runs every day at 18:30.
- Creates a page for a daily report in Notion.
![](/img/notion/95b2ae37-636d-4494-93f5-c1bc6ccc4f37/Untitled.png)
You need to add two nodes:
- (1) Trigger on Schedule, to trigger the scenario daily at a specific time;
![](/img/notion/5113037b-5ac3-4d3e-b2c5-0188b614e09d/Untitled.png)
- (2) Create Page, to create a page with the current date as the title.
![](/img/notion/382045b8-3a93-44e6-aa46-445e559dcafa/Untitled.png)
The result of the scenario execution is the added page in Notion:
![](/img/notion/d4c122b8-4ee8-4c9f-8f03-9b56d985874a/Untitled.png)