Data Component Set Field Value
Set a single field value in a Data Component record.
Parameters
| Parameter | Description |
|---|---|
| Data Component | The Data Component to update. |
| Data Definition | Optional schema when component variable is used. |
| Set Value | Field/value mapping to apply. |
| Succeeded | True if operation succeeded. |
Details
- Ensures record and schema are initialized before writing.
- Uses
DataRowUtility.ApplyValueto update one field.
Examples
- Set a numeric score field from an FSM variable.
- Update a boolean state field before triggering behavior.