> ## 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.

# Lookup table cells

> Look up cells in a table, returning cell IDs and row IDs alongside their values. Essential before setting linked identifiers, linkCell values, oneMany…

`lookup_table_cells`

Look up cells in a table, returning cell IDs and row IDs alongside their values. Essential before setting linked identifiers, linkCell values, oneMany references, or formula expressions. For linked identifiers: use the returned rowId to build \{"linkedTableId": tableId, "linkedRowId": rowId}. Returns rows with \{ rowId, cells: \[\{ cellId, columnName, columnType, value, isIdentifier }] }.

## Parameters

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

<ParamField path="columnNames" type="array<string>">
  Limit results to these columns. Omit for all columns.
</ParamField>

<ParamField path="maxRows" type="integer" default={100}>
  Minimum: 1.
</ParamField>
