# dataToString

## Description

This reads and return all the values stored in the local table in a `JSON` format.

## Input / Parameter

| Name    | Description                                    | Input Type  | Default | Options | Required |
| ------- | ---------------------------------------------- | ----------- | ------- | ------- | -------- |
| dataset | Name of the dataset to be read in local table. | String/Text | -       | -       | Yes      |

## Output

Example below:

| Description                        | Output Type |
| ---------------------------------- | ----------- |
| Returns the string of JSON object. | String      |

## Callback

## Video

## Example

Share a scenario, like a user requirements.

### Steps

Show the steps and share some screenshots.

1. .....

### Result

Explain the output.

## Links


---

# 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.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/dataset/datatostring.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.
