# Watched Fields

When using a workflow that's [triggered](/workflows/workflows.md#triggers) when a record is updated, you can *watch* certain fields so that the workflow will only run when those fields are updated.

For example, you could send an email when a user's role is changed.

<figure><img src="/files/Y7tjQHXvP9baK2Q3J9tj" alt=""><figcaption></figcaption></figure>

### Watched Fields FAQs

#### What fields can be watched?

Any field that can be updated can be watched such as the user's first name, last name or email. Fields that are read-only or calculated such as formulas or rollups or internal fields like "is active" can not be watched.

#### Do updates that don't include my watched fields count towards my workflow runs?

No. We only count a workflow run that matches any of the watched fields (if specified)

#### What if I leave the watched fields blank?

If you leave the watched fields blank your workflow will run any time the record is updated.

#### What triggers can I use with watched fields?

You can only watch fields when a record is being updated. If you need to conditionally run a workflow when a record is created or deleted you can use an [Only continue if](/workflows/workflows.md#actions) action


---

# 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://guides.noloco.io/workflows/workflows/watched-fields.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.
