Skip to content

Data Record Set Value

Write a single field value into a Data Record.

Parameters

Parameter Description
Record The Data Record to write to.
Data Definition Optional definition used when the record is not known at edit time.
Set Value Field/value mapping to apply into the record.
Succeeded Output bool flag set to true when the operation succeeds.

⚙ Details

  • Resolves the record and ensures its schema is available.
  • Applies the field value update through DataRowUtility.
  • If Succeeded is assigned it is set to true when the write succeeds, otherwise false.

Examples

  • Set a player record field Experience from an FSM Int variable.
  • Update a form record field and check Succeeded before continuing.