Pages and variantsData and eventsDeclarative actions
Build from page purpose
Start by defining what the user must accomplish on the page. Select the correct page template and variant, then arrange components around that task instead of adding components first.
- Page and route
- Audience and conditions
- Layout and components
- Data resources
- Events and actions
Connect data to presentation
Use data resources to retrieve records and bind their outputs to component properties. Repeaters are useful when the same card or row must render for each returned record.
Handle user actions
Component events can update client state, open a modal, navigate to a record or execute a declarative action. Test the action in the correct workspace and user context, including access controls.
Continue learning with Ravi.
Explore more practical guides or request the next topic.