Skip to content

Data Record Update UI

Push values from a Data Record into a Data Item UI binding.

Parameters

Parameter Description
Record The Data Record to read from.
Data Item UI The DataItemUI component that maps record fields to UI elements.

⚙ Details

This action binds the record to Data Item UI and applies values to mapped controls. Use it when you need to refresh UI after record values change.

Examples

  • Update a character stats panel after leveling up.
  • Refresh an item details view when a different record is selected.