---
title: "List log"
canonical: "https://support.appfire.com/space/CLSL/655758688/List%20log"
format: markdown
---
> Macro (aura-html)

Generates a checklist change report for a given page.

The macro retrieves the change history for metadata and label changes made on pages through a checklist.

![image](media://f283ccc8-c7a4-4887-a7cb-587184dae00d)

The default option for the report display is** **`detailed`.

> ℹ️ This will display all the available information - including metadata name changed, date, user.

The way the log entries are reported can be defined using the **Format** drop-down menu in the **Edit Macro** dialogue box.

![image](media://394fa4ed-9069-46cc-b8ba-31dfaa7960db)

The `format` options for the report display are detailed in the parameter table below.

See [Example 10](https://appfire.atlassian.net/wiki/spaces/CLSL/pages/656580764).

### Parameters

| parameter | Mandatory? | Default | description |
| --- | --- | --- | --- |
| `page` | no | current page | The title of the page to generate the report from |
| `maximum entries` | no | `0` (no limit) | The maximum number of entries to report (`0` for no limit) |
| maximum entries per value name | no | `0` (no limit) | The maximum number of entries per value name (`0` for no limit) |
| `mostrecent first` | no | `false` | Whether or not display the most recent entry first |
| `format` | no | `detailed` | Defines the way each of log entries is to be reported:<br>- `date` : display only the date
- `dateanduser`: display the date and use
- `detailed`: display all the available information
- `newvalue`: display only the new value
- `oldvalue`: display only the last value
- `simple`: display date, user and new value in a single line
- `user`: display only the user
- `useranddate`: display the user and date |

| [Back to Comala Lists User Guide](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=clsl&title=User%20Guide&linkCreation=true&fromPageId=655758688) |
| --- |
| #### [list log example](https://appfire.atlassian.net/wiki/spaces/CLSL/pages/656580764) |