Using Entities with Widgets

Entity values can be displayed in Widgets by using a Data Source.

To access entity data inside a widget, a Data Source of type Object Details must be created.

Setup

  1. Select the Widget and open the Widget Editor .

  2. In the Inspector, open the Data Sources tab.

  3. Create a new Data Source and set its type to Object Details.

  4. Assign the object that contains the entities you want to display.

Including Entity Data

To expose entity values to the widget:

  1. Add an Include Parameter entry.

  2. Set the parameter path to:

This exposes the entity tree of the selected object to the widget data source.

Accessing Entity Values

Once the data source is configured, entity values can be accessed through the data token menu.

Navigate through the following structure:

From there, the entity tree appears exactly as it is structured in the object.

You can then select the desired entity value and use it inside the widget.

Last updated