html.getByName
Retrieve HTML components by display name using case-insensitive search. Find elements like Login Form or Navigation Menu without requiring component IDs.
Instructions
Get an HTML component by its display name. Case-insensitive search. Use this to find components like "Login Form" or "Navigation Menu" without needing to know the ID. In Designer mode, searches currently selected screen.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Component display name (e.g., "Login Form") |