In this guide, you will create an automation with the Run AI action. Once set up, SeaTable will automatically process your data using an AI model — for example to summarize texts, categorize entries, or extract information.

  • SeaTable Enterprise subscription (Cloud or Self-Hosted)
  • SeaTable version 6.0 or higher
  • A base with a table containing text data
  1. Open your base and click in the base header, then click Automation rules.
  2. Click Add rule or folder and select Add rule.
  3. Give the automation a meaningful name, for example “Summarize support requests”.

Automation rules overview page

Click Add trigger and select a trigger. Two triggers are available for AI automations:

  • When a row is updated — the AI processes the changed row immediately
  • When a row is added — the AI processes every new entry automatically

Then select the table and view in which the automation should operate. Optionally, you can define conditions to trigger the automation only for specific entries.

Trigger selection

  1. Click Add action.
  2. Select Run AI at the bottom of the list of available actions.

Action list with Run AI option

After selecting the Run AI action, the action settings open on the right. Configure the following:

Select the table in which the AI should work. Usually this is the same table as in the trigger.

Choose one of the five available AI functions:

Function Description Typical use
Summarize Summarizes texts Condense long descriptions
Classify Assigns categories Categorize support requests
OCR Recognizes text in images Read business cards, invoices
Extract Extracts specific information Pull invoice number, date
Custom Custom prompt Translate, evaluate, rephrase

Dropdown with the five AI functions

Select one or more columns whose content the AI should process. This is the text (or the image/file for OCR) that the AI receives as input.

For all functions except OCR, you can enter a prompt to control the result. For example: “The summary should be no longer than two sentences and written in English.” For OCR, no prompt is needed — the AI recognizes the text in the image automatically.

Select the column where the AI result should be written. The column type must match the chosen function — for example a text column for summaries or a single-select column for classifications.

  1. Click Save to save the action settings.
  2. The automation is now active and will run automatically the next time the trigger event occurs.

To test the automation immediately, trigger the event manually:

  • For When a row is added: Create a new row with test data.
  • For When a row is updated: Change a value in a monitored column.

Then check whether the AI has written the result to the result column. You can view the status and any errors in the execution log .

Execution log of an AI automation

Problem Solution
The result column stays empty Check whether the input column actually contains a value. Empty inputs produce no result.
Wrong column type The result column must match the result. Classifications need a single-select column, summaries need a text column.
Automation is not triggered Check whether the automation is activated and whether the change happens in the correct table and view.

Detailed guides for each AI function can be found in these articles: