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 6pm, find all tasks completed today, summarize them into a brief report, and email it to team@yourcompany.com” 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 18:00.
- Add an action → Get Records.
- Table: Tasks
- Filter:
StatusisCompletedANDCompleted Atistoday
- Add an action → AI Generate.
- Prompt:
- Output Type: Text
- Prompt:
- Add an action → Send Email.
- To:
team@yourcompany.com - Subject:
Daily Task Report - Body: insert the AI Generate output (via +)
- To:
- Test each step, then enable.
Variations
- Weekly digest: change the schedule to Fridays and the filter to “past 7 days”.
- Customer activity digest: query a CRM table for new interactions and summarize.

