Data Record Set Values
Write multiple values into a Data Record from FSM variables.
Parameters
| Parameter | Description |
|---|---|
| Record | The Data Record to write to. |
| Set Values | List of field/value mappings to apply to the record. |
Details
This action applies each mapped input value to the matching field in the record. Only mapped fields are updated.
Examples
- Write updated player stats back into a record after gameplay changes.
- Apply edited form values to a record before saving.