Skip to main content

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.

update_referenced_row Change which row the placeholders display for a given table in a document. Updates the ReferencedRowInDocument link so all existing placeholderNode nodes for that table show the new row’s values. Use when the user wants to switch which record the placeholders point to.

Parameters

tableId
string
required
The ID of the table whose row link to update.
rowId
string
required
The ID of the row to link to. Obtain this from lookup_table_rows.
documentId
string
The target document ID. Required when no document is open in context.