# Data Mapping cfxdm - dm:savedlist

**dm: savedlist:** This dm function allows the user to list the saved named datasets.

**dm: savedlist** synta&#x78;**:** It doesn't require any arguments

{% hint style="info" %}
This tag is typically used along with the **dm: save**&#x20;
{% endhint %}

Use **dm: savedlist** tag to list saved named datasets. Use [**dm: save**](https://app.gitbook.com/@cloudfabrix/s/docs/rda/rda-userguide/rda-aiops-studio/examples-jupyter/data-mapping-cfxdm-dm-save) function to save dataset for incidents.csv as explained in dm: save section. Once the dataset is saved using dm: save, dm: savedlist is used to list the saved datasets.

Step 1:  Use dm: savedlist to check the logical datasets that were used to store the data using dm: save function as shown in the following screenshot.

Create a pipeline "**dm\_saved\_example\_1**" and copy the below code into your pipeline and execute that in your environment. \
\
\&#xNAN;*`##### This pipeline loads incidents.csv file into AIOps Studio.`*                          \
*`##### AIOps studio stores the data loaded from incidents.csv file`*\
*`##### into local dataset named 'incident-summary'.`*\
*`##### prints the data that was stored`*\
*`@files:loadfile filename = "incidents.csv"`*\
*`--> @dm:save name = 'incidents-summary'`*\
\
*`--> @c:new-block`*\
*`--> *dm:savedlist`*

![Pipeline code added and executed - Screenshot-1](/files/-Mf4yltpaETUuQbrTvOx)

![Successful execution of pipeline code - Screenshot-2](/files/-Mf4zCEN6K_mMicCN_Et)

Step 2: Verify that the incidents-summary dataset is part of the dm:savedlist call as shown in the below screenshot.

![](/files/-Mf4zkl-WQhfMLdkknAE)


---

# 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.cloudfabrix.io/rda/rda-userguide/rda-aiops-studio/examples-jupyter/data-mapping-cfxdm-dm-savelist.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.
