set_row_name_pattern
Set a custom Handlebars template to define how row names appear in the UI. Use placeholders like {{{FirstName}}} to create readable row labels.
Instructions
Set the pattern used to display row names in the UI.
The pattern uses Handlebars syntax with triple braces for column values.
Args: table_name: Name of the table to update. pattern: Handlebars template (e.g., "{{{Name}}}" or "{{{FirstName}}} {{{LastName}}}").
Returns: JSON with status, table_name, pattern.
Examples: set_row_name_pattern("Subject", "{{{Name}}}") set_row_name_pattern("Image", "{{{Filename}}} ({{{RID}}})")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |