> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Table Record Updated

> Trigger a workflow automatically when a record is updated in a case management table.

<Note>
  **Note**
  Workflows based on this trigger will search for new events **every minute**.
</Note>

## Parameters

<div className="flow-table">
  | Parameter  | Description            |
  | ---------- | ---------------------- |
  | Table Name | The name of the table. |
</div>

## Sample Event

```json theme={"dark"}
{
	"created_at": 1688543077886,
	"created_by": "johndoe@test.com",
	"id": "46a0c957-75d2-4d60-af34-fhk4573jg",
	"name": "test",
	"updated_at": 1688543088777,
	"updated_by": "johndoe@test.com"
}
```
