Reverse List step

Introduction

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

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.

Last updated