> For the complete documentation index, see [llms.txt](https://academy.any2info.com/any2info-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.any2info.com/any2info-academy/no-code-platform/data-studio/data-hubs/toolbox/trigger/on-an-event/resultset-changed.md).

# Resultset changed

**Category:** Trigger

**Version:** 1.0

**Last updated:** January 28, 2026

**Author:** Any2Info

***

### Description

The **Resultset Changed trigger** starts a dataflow automatically when the content of a selected resultset changes.

The trigger monitors a specific resultset and is raised only when the stored data differs from its previous state. If no data has changed, the trigger will not execute.

***

### How it works

* The trigger is linked to a single **resultset**
* A resultset can be updated by another dataflow using the **Save Resultset** node
* When the stored resultset data changes, this trigger is raised
* If the resultset is saved again **without any data changes**, the trigger is **not** executed

This ensures the dataflow only runs when meaningful changes occur.

***

### Configuration Options

| Setting   | Required | Description                                                                                                 |
| --------- | -------- | ----------------------------------------------------------------------------------------------------------- |
| Resultset | Yes      | The resultset to monitor for changes. The trigger is raised when the content of this resultset is modified. |

***

### Usage

Use the **Resultset Changed trigger** when a dataflow should react to changes produced by another dataflow.

Typical use cases include:

* Reacting to updated or refreshed data
* Triggering follow-up processing after data preparation
* Synchronizing dependent dataflows
* Preventing unnecessary executions when data remains unchanged

***

### Notes & Behavior

* The trigger is only executed if **any of the containing data** in the resultset has changed
* Changes are detected on data level; saving an identical resultset does not trigger execution
* A dataflow can contain **only one trigger**

***

### Tips & Best Practices

* Use clear naming for resultsets to make dependencies between dataflows easy to understand
* Combine this trigger with focused downstream logic to process only what is necessary
* Use it to decouple dataflows while still reacting to changes reliably
* **Do not use the&#x20;*****Save Resultset*****&#x20;node in the same dataflow as this trigger**, as this can cause an execution loop

***

### Changelog

| Version | Date             | Change                               |
| ------- | ---------------- | ------------------------------------ |
| 1.0     | January 28, 2026 | Initial documentation version added. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://academy.any2info.com/any2info-academy/no-code-platform/data-studio/data-hubs/toolbox/trigger/on-an-event/resultset-changed.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
