Set Persistent Data
obs-set-persistent-dataSet a persistent data slot value in OBS Studio by specifying the realm (global or profile), slot name, and value to apply.
Instructions
Sets the value of a slot from the selected persistent data realm
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | The data realm to select. OBS_WEBSOCKET_DATA_REALM_GLOBAL or OBS_WEBSOCKET_DATA_REALM_PROFILE | |
| slotName | Yes | The name of the slot to set data for | |
| slotValue | Yes | The value to apply to the slot |