# Why is my workflow action adding the same data each time it occurs?

If you find that your workflow is sending through the same data every time it runs, rather than new data from the [Trigger event](https://docs.getmesa.com/workflow-builder/triggers), it could mean that you've written values in your actions. To prevent this and have your workflow dynamically update each time, you will need to set up your action to use [variables (dynamic values)](/workflow-builder/fields/variables.md) from the Trigger data.


---

# 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.getmesa.com/frequently-asked-questions/why-is-my-workflow-action-adding-the-same-data-each-time-it-occurs.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.
