# My TaskBot Saves Some Data but Not All

If your TaskBot saves some results and does not save some others, most likely the problem is misconfiguration of the loop logic.&#x20;

1. Your TaskBot saves only one result per page but it should save all results from every page? This sounds like a missing nested loop, see here: [Nested Loops - Handle Pagination](/using-zerowork/using-building-blocks/start-repeat/nested-loops-handle-pagination.md).
2. If your TaskBot only saves the first 10-20 results from the list, the problem may be the endless scroll. This is when some websites load results only when the user has scrolled down. ZeroWork handles this out of the box but in some cases your TaskBot may need you to set up some additional logic by using space or arrow down with a [Keyboard Action](/using-zerowork/using-building-blocks/keyboard-action.md) block. Contact support to report the website where scrolling is not triggered automatically ([Support](/support/getting-support.md)). See also [TaskBot Does Not Automatically Scroll](/using-zerowork/common-problems/taskbot-does-not-automatically-scroll.md).
3. Your TaskBot saves data to just one row? Perhaps you forgot to set up a loop - without a loop, TaskBot will always save data only to one row - see how to set up a loop here: [Start Repeat](/using-zerowork/using-building-blocks/start-repeat.md).&#x20;


---

# 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.zerowork.io/using-zerowork/common-problems/my-taskbot-saves-some-data-but-not-all.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.
