Documentation Index
Fetch the complete documentation index at: https://help.teable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Build with AI
Open the AI Chat in your table’s right sidebar and tell AI what you want. For example, you can say: “Every day at 8am, find all tasks where the due date has passed and status is not Overdue, then update their status to Overdue” AI will create the complete workflow automatically. You can review the generated script, test it with real data, and enable the workflow when ready.Manual setup
- Create a workflow with trigger At Scheduled Time — daily at 08:00.
- Add an action → Get Records.
- Table: Tasks
- Filter:
Due Dateis beforetodayANDStatusis notOverdue
- Click Test to see matching records.
- Add an action → Update Record.
- Click Loop Run below the table selector.
- Select the array output from the Get Records step.
- Map:
- Record ID → the current item’s record ID (via +)
- Status →
Overdue
- Click Test, then enable.

