# Move To Next Record

This action will move a query cursor to the next available record.

![](/files/-M_dgi1_ZDJ_7l_UJm0c)

### Settings

The action has no settings.

### Remarks

This action will move the current query cursor to the next available record. If no query has been executed before calling this action, execution will be ignored. \
\
The flow of a complete loop on multiple records may look similar to this:

![](/files/-M_bkbmwJ6tm5luaXS4P)

### Trigger

This action automatically will trigger any child operation when no more records are found in the current cursor.

### Variables

This action produces the following variables after being triggered:

| Variable                | Description                                                     |
| ----------------------- | --------------------------------------------------------------- |
| cursor\_current\_record | The complete JSON content of the record extracted by the action |

### Availability

Channel specific availability follows the table below:

| Channel          | Availability     |
| ---------------- | ---------------- |
| Facebook         | Fully Available. |
| WhatsApp         | Fully Available. |
| SMS              | Fully Available. |
| Telegram         | Fully Available. |
| Web              | Fully Available. |
| Alexa            | Fully Available. |
| Google Assistant | Fully Available. |
| Slack            | Fully Available. |
| API              | Fully Available. |

This action requires an active [Database ](broken://pages/-LdYpe93z-UqrvvQdX7V)package.


---

# 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.mylinkconnect.com/actions-and-operations/database/move-to-next-record.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.
