The Link element is the primary tool for navigation. It can appear as a simple text hyperlink or a call-to-action button. You use it to connect different parts of your application, drill down into row details, or direct users to external resources.
This guide covers how to create navigation links to internal pages or external websites.
The Application Builder allows you to bind the text to data sources. This enables the text to update dynamically based on user input or application logic.

+ icon).Click the element to open the General properties tab.
Enter the label user will click on.
{{ Company Name }}).Choose where the user goes when they click.
Select an existing page from your application.
/product/:id), a new field will appear asking you to map the value.
:id parameter to Current Record > Record ID.Select Custom URL to link outside your app.
https://google.com or mailto:support@example.com).Control browser behavior.
Choose the fundamental look of the element.
By default, the link inherits styles from your Global Theme. To customize a specific link (e.g., changing its color or alignment), use a Theme Override.
Links and buttons have interactive states. You can define different colors for each state to provide visual feedback:

Note: To change the width of a Button variant (e.g., make it Full Width), switch to the Style Tab (Layout settings) and adjust the Width property.
Add a Link element, select Page as the destination, and choose the previous page in your hierarchy. Currently, there is no automatic “Browser Back” function, so you must define the destination explicitly.
Yes. If you need to pass data (like a User ID or Category), ensure the destination page has a Path Parameter set up in its Page Settings. The Link element will then allow you to map data to that parameter.
The Variant setting only changes the visual style (Text vs. Box). To change the actual size/width of the container, click the Style tab at the top of the properties panel and change Width to “Full Width” or “Normal”.
Still need help? If you’re looking for something else, please feel free to make recommendations or ask us questions; we’re ready to assist you.