---
title: "Action operator_panel__clear_data"
description: "Clears all user constants in the current dialog state."
---

# Action `operator_panel__clear_data`

> **System ID:** `action_operator_panel__clear_data`  
> Also in the scenario: `operator_panel__clear_data`

## Description

Resets the user constants object (`const`) to an empty `{}`. Does not change other state fields. Use for a “clean start” before a new flow or to clear collected data. The action cannot be undone — save important values earlier if needed.

## Events (scenario branches)

No separate branch (event): the action runs silently and the scenario continues via the node's single output.

## Parameters

No parameters (`{}`).

## Configuration example

```json
{}
```

## Related docs

- [Actions reference](/en/actionjail/reference/actions-reference.md)
