Skip to content

Use schedule data type

How to bind a schedule per row

This setup allows each row to select a specific schedule, such as work hours/

Each row stores a reference to a schedule, and the user can choose between predefined options.

Step 1 — Navigate to columns

Navigate to:

Database → Columns

Open columns view

Step 2 — Add a schedule column

Click the + button to add a new column.

Add column button

Step 3 — Configure the column as a schedule

Fill in the column details:

  • Name: Schedule
  • Type: Schedule
  • Select the table where it should be used (e.g. Employee)

Click Save.

Add schedule column

Step 4 — Select schedule per row

Open a row in the table.

The schedule column now allows selecting a schedule per row.

Select schedule per row

Result

Each row can now reference a specific schedule.

Example:

Employee: Tom
Schedule: Daytime

This enables:

  • Different availability per row
  • Flexible assignment of schedules
  • Reuse of predefined scheduling configurations

Understand the concept