get_field_id
Look up a field's ID and metadata by table and column name to build parameter mappings and filter connections.
Instructions
Look up a field's ID and metadata by table and column name - essential for building parameter mappings. Returns field_id, base_type, and other metadata needed for filter connections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | Table ID to search in | |
| column_name | Yes | Column name to look up (searches both name and display_name) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |