Scheduled tasks
Schedule tasks to run in your spreadsheet at set intervals.
Quadratic scheduled tasks allow you to set specific timeframes for your sheet to run automatically. Cloud runners execute your code automatically without needing your intervention.
Accessing scheduled tasks
Access scheduled tasks from the sidebar

Schedule your task
Task types: Run file, Run sheet, Run selection
Run file: executes everything in the entire spreadsheet.
Run sheet: only executes a single selected sheet.
Run selection: only executes a selection in a single sheet.
Intervals: hourly, daily, custom cron
Set hourly, daily or custom cron timeframes.
Cron examples:
Cron expression
Translation
0 0 * * *
Every day at 12:00 AM
0 0 * * FRI
At 12:00 AM, only on Friday
0 0 1 * *
At 12:00 AM, on day 1 of the month
0 * * * *
Every hour

Last updated
Was this helpful?