---
title: "Show recently updated pages in a list"
canonical: "https://support.appfire.com/space/REPS/472915921/Show%20recently%20updated%20pages%20in%20a%20list"
format: markdown
---
> Macro (aura-html)

Let's show what pages have been recently updated in the Confluence instance and display them in an unordered list.

## Ingredients

| Apps | Reporting for Confluence Data Center |
| --- | --- |
| Macros | Content Reporter, Date Sort, Report Body, Report Info, Report List |
| Suppliers | Content Supplier |

## Guide

1. Create a Report List macro with the following parameters:
  - Set the **Bullet Style** parameter to `disc`.
  - Set the **Maximum Results** parameter to `5`.
2. Within the Report List macro, create a Content Reporter macro with the following parameters:
  - Set the **Spaces** parameter to `@all`.
  - Set the **Type** parameter to `pages`.
  - Set the **Time Period** parameter to `30d`.
3. Within the Content Reporter macro, create a Date Sort macro with the following parameters:
  - Set the **Key** parameter to `content:modification date`.
  - Set the **Order** parameter to `descending`.
4. After the Content Reporter macro and still, within the Report List macro, create a Report Body macro.
5. Within the Report Body macro, create three Report Info macros with the following parameters:
  - For the first Report Info macro, set the **Key** to `content:title`.
  - For the second Report Info macro, set the **Key** to `content:modifier`.
  - For the third Report Info macro, set the **Key** to `content:modification date`.
  - Optionally, select the **Link to Item** option for each macro so that the results render as hyperlinks.
  - Add some text to give context to the three Report Info macros. Something like this:
6. Click **Save** and view the results.

## Macro structure

![image](media://0302ee6f-3d0b-4c5e-9dd3-fe0fd72a81cd)

## Result

![image](media://27c42859-1831-42ee-aa47-91979d108e0b)

## Notes

Play around with the **Bullet Style** parameter in the Report List macro to change bullet styles or even to change from an unordered list to an ordered list.