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
NotFoundEventwhen the record is missing or the field path is invalid.
Examples
- Read a character
Healthvalue from a record into an FSMFloatvariable. - Pull a selected inventory item's
Namefield into aStringvariable for display.