> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/lists/steps/reverse-list.md).

# Reverse List

**Introduction**&#x20;

This step reverses the order of items in a provided list, creating a new list with the items in the opposite sequence.

**Configuration**

* **List**: Select the list variable whose order you want to reverse. This is a required field.

**Outputs**

* **List**: The resulting list with its items in reverse order compared to the input list. The type of items in this list corresponds to the original list's item type.

**Usage**&#x20;

Ideal for situations where the order of items in a list is significant and needs to be inverted, such as reversing a chronological sequence, reordering priorities, or simply altering the arrangement of elements.
