# Enable Update Tracking for Employee Field

Update tracking allows Introist to store the latest timestamp of when a specific employee field’s value changes.

This can be useful for monitoring important data points, such as *Last Promotion Date* or *Manager Changed*, and for triggering workflows when recent changes occur.

***

### How It Works

* Tracks only the most recent change timestamp for the selected field.
* Does not store previous values or a full history of changes.
* The timestamp can be used in automations and workflows that need to react to recent updates.

***

### Enable Update Tracking

1. Go to Data → Employee Fields in the left-hand menu.
2. Find the field you want to track in the list.
3. Click the three dots menu at the end of the row.
4. Select Enable update tracking.
5. Confirm the action in the dialog.

***

### Tips

* Use update tracking on fields that indicate significant employee events.
* Combine with workflow triggers to automate follow-up actions when a change is detected.
* Keep tracking focused — not all fields need change timestamps.


---

# 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.introist.com/knowledge-base/build/data/employee-fields/enable-update-tracking-for-employee-field.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.
