# After Update Trigger

* To create an After Update Trigger, click the \[+ After Update] button.

![](/files/RuODvxXCw1fpE6q6LIQF)

* When the After Update trigger is created, it has the following two (2) predefined variables:
  1. Variable Name: “Previous\_Revision”, Data Type: (the entity where the trigger is created). This variable contains the value of the entity record before the update.
  2. Variable Name: “Updated\_Record”, Data Type: (the entity where the trigger is created) This variable contains the value of the entity record after the update.

![](/files/D2T78HQXfMVmNOLfO5Qy)


---

# 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.langstack.com/welcome/get-started/learn-langstack/using-triggers/after-update-trigger.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.
