An interactive underlined text hyperlink that routes the user to a targeted external web address upon click. It can optionally be visually transformed to look exactly like a standard platform action button.
- Navigating users away from the current platform application to external domains, websites, or foreign reference pages.
- Providing links to external support portals, external documentation, or static downloadable web assets.
- An underlined text link pointing out to a vendor’s external terms of service dashboard.
- A button-styled link redirecting administrators directly to an external server management console.
- Navigating to another page inside the exact same app workspace — use internal link buttons or routing options instead to preserve application state.
- Omiting required transfer protocols (such as http:// or https://) inside the Destination property string, which causes broken or dead paths.
Use instead
- Internal Link Button — The target destination resides within the current platform environment page ecosystem.
Configure these in the Application Designer property panel. Group headings mirror the editor where possible. Data Source is where the element gets its rows or field binding (a view/query, a connector operation, or a parent form field). References appear only for view-backed sources and map foreign-key ID columns to readable labels from another view.
- The target external web address. Can be a hardcoded text URL or dynamically defined via expressions. Must include an explicit protocol prefix (e.g. http:// or https://).Example
https://example.com/docsDefault: none
- Sets the visual text palette variant mapping using static platform colors or custom string expressions.Choices
primary— Theme default branding blue color (#007bff).secondary— Muted branding slate gray color (#6c757d).success— Standard transactional green color (#28a745).error— Severe action warning red color (#dc3545).warning— Cautionary yellow color (#ffc107).info— Informing teal/light blue color (#17a2b8).default— Dark charcoal text color (#343a40).lighterdisabled— Non-interactive gray color (#adb5bd).white— Plain white color (#ffffff).black— Plain black color (#000000).
Default: none - A boolean switch that alters the structural theme styling, rendering the text link inside a standard colored action button element box frame.Default: none
- When true, the control cannot be edited.Example
falseDefault: none
- Minimum size: 1 × 1 grid cells (width × height).
- Default size when dropped on a page: 1 × 1.
label— The visible anchor text string representing the link that users click.
Renders as a native anchor HTML element ( tag) containing appropriate keyboard focus indicators and standard screen reader hyperlink markers.
Drag this element into one of these containers: