Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Connect data to your components with formulas

Bind data exposed by local data resources to components with formulas on your UI Builder page.

Before you begin

Role required: ui_builder_admin

About this task

Data binding is the process of associating data with a UI element that displays the information. Before binding data to components you must add a data resource to your UI Builder page, see Add and configure data resources to a page for more information.

Procedure

  1. Navigate to All > Now Experience Framework > UI Builder.

  2. Open an experience to work in or create an experience by selecting Create > Experience.

    See Configure how users interact with your applications in UI Builder for more information on creating experiences.

  3. Create or open a page.

  4. Add a data resource to your page.

    For more information, see Add and configure data resources to a page.

  5. Add a component to your page.

    You need a component on your page before you can bind a data resource to it. For more information, see Customize UI Builder pages using components.

  6. Select the Configure tab from the configuration panel in UI Builder.

  7. Point to a field that you want to bind data to and select the dynamic data binding icon (

Image omitted: uib-dynamic-data-binding-button.png
Dynamic data binding icon.\).
Image omitted: data-bind-icon-hover.png
Hovering over the bind data icon.
The data binding modal appears.
Image omitted: data-bind-modal.png
Data binding modal showing available data.
  1. Select the Formulas tab.

  2. Select and drag the formula you want to bind to the component into the field above.

Image omitted: data-bind-select-formula.png
Select a formula from the list.
For more information about formulas, see [Supported functions in the UI Builder component formula editor](add-components.md).
  1. Fill in the fields of the formula.
Image omitted: data-bind-complete-formula.png
Data bind formula filled out with data from the local data resource.
  1. Select Apply.

    The component displays the property value or display value that you've selected.

  2. Select Save in the UI Builder header.

Parent Topic:Connect data components