# Watch

## Description:

Watch

Use this to specify an expression that will be watched for changes. Whenever the expression outcome value changes, the child 'Trigger On Change' will be fired

### Allowed Parent Components:

1. Page

### Allowed Child Components:

1. Trigger Before Render
2. Trigger On Change

### Properties

### ➤ Expression To Watch

Specify an expression that will be watched for changes. Whenever the outcome value changes, the child actions will be executed.

Allowed Values: Specify an expression that will be watched for changes. Whenever the outcome value changes, the child actions will be executed.

### ➤ Ignore Initial Value

Check this property if you do not to execute the child actions when the expression is evaluated for the first time on page active.

Allowed Values: Yes/No


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudio.io/ui-components/widgets/watch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
