get_page_by_name
Fetch a FlutterFlow page by its human-readable name. Resolves the name to the correct scaffold ID and returns the full page YAML. Case-insensitive.
Instructions
Fetch a FlutterFlow page by its human-readable name (e.g. 'Welcome', 'GoldPass'). Resolves the name to the correct scaffold ID and returns the full page YAML. Case-insensitive matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageName | Yes | The human-readable page name (e.g. 'Welcome', 'GoldPass'). Case-insensitive. | |
| projectId | Yes | The FlutterFlow project ID |