Skip to content

Data Record Get Value

Read a single field value from a Data Record and store it in an FSM variable.

Parameters

Parameter Description
Record The Data Record to read from.
Data Definition Optional definition used when the record reference is not known at edit time (e.g., variable).
Not Found Event Event to send if the record or field is not found.
Store Value Field/value mapping that captures the requested field into an FSM variable.

⚙ Details

  • Finds the target record and ensures schema is current.
  • Writes the requested field value to the configured output variable.
  • Sends NotFoundEvent when the record is missing or the field path is invalid.

Examples

  • Read a character Health value from a record into an FSM Float variable.
  • Pull a selected inventory item's Name field into a String variable for display.