Skip to main content
Link an existing table row to a case. Enterprise Edition

Inputs

string
required
Case ID
string
required
Row ID
string
required
Table ID

Examples

Link a table row
Remove a linked table row from a case. Enterprise Edition

Inputs

string
required
Case ID
string
required
Row ID
string
required
Table ID

Examples

Unlink a table row

core.cases.insert_row

Insert a row into a table and link it to a case. Enterprise Edition
Linked rows use regular tables. Create the destination table with the same columns schema documented in Tables.

Inputs

string
required
Case ID
object
required
Row values
string
required
Table ID

Examples

Insert and link a table row

core.cases.get_linked_case_rows

Get linked rows for a specific case by ID. Enterprise Edition

Inputs

string
required
The ID of the case to retrieve.

Examples

Get linked table rows