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

# Create table reference

> Create a table reference linking a table column to a document. This enables placeholder values from the table to appear in the document. Returns reference…

`create_table_reference`

Create a table reference linking a table column to a document. This enables placeholder values from the table to appear in the document. Returns reference IDs that the frontend uses to insert placeholder nodes.

## Parameters

<ParamField path="tableId" type="string" required />

<ParamField path="columnId" type="string" required />

<ParamField path="documentId" type="string" required />

<ParamField path="rowId" type="string">
  Optional: specific row to reference.
</ParamField>
