# cfxdx - dm:recall

**dm:recall:** This cfxdm tag allows the user to recall or retrieve the data from a selected saved named dataset.

**dm:recall** synta&#x78;**:**&#x20;

* **name** (mandatory)**:** Name of the dataset to recall - **name = '\<named-dataset-name>'**
* **cache** (optional)**:** Cache the result for future recalls. 'yes' or 'no' - **cache = '\<yes or no>' (**&#x64;efault is 'n&#x6F;**').**&#x20;
* **cache\_refresh\_seconds** (optional)**: cache\_refresh\_seconds = '\<seoncds>' (**&#x64;efault 120 second&#x73;**).** Refresh the cache (if new update available) after specified seconds
* **return\_empty** (optional): Return an empty dataframe if an error occurs loading the dataset - **return\_empty = '\<yes or no>' (**&#x64;efault is 'n&#x6F;**').**
* **empty\_df\_columns** (optional): Comma seperated list of columns for empty dataframe.

Use [**dm:savedlist**](https://docs.cloudfabrix.io/rda/rda-userguide/rda-data-management-cfxdm/cfxdm-dm-savedlist) tag to list saved datasets

```
tag @dm:savedlist
```

```
data
```

![](https://2978683539-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhoMVYxiQlKXh6OxX98%2F-MW1pLIx76KKlRGahL7r%2F-MW1sEzJS-oMIQzSuI2V%2FScreen%20Shot%202021-03-17%20at%206.08.50%20PM.png?alt=media\&token=dc9b0966-3254-409c-ac58-c02325e977f5)

Use **dm:recall** tag to retrieve the data from named dataset which was saved before using [**dm:save**](https://docs.cloudfabrix.io/rda/rda-userguide/rda-data-management-cfxdm/cfxdm-dm-save) tag.

```
tag @dm:recall
```

```
data name = 'vrops-alerts'
```

![](https://2978683539-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhoMVYxiQlKXh6OxX98%2F-MW1ymGB84IdvCzGdeVG%2F-MW23e4fECoZIVYNA8No%2FScreen%20Shot%202021-03-17%20at%207.03.02%20PM.png?alt=media\&token=2ba0c4b9-677c-4f17-8abf-8521a03af1cf)
