Get Last List Item step

Introduction

The "Get Last List Item" step in FlexyBot is a simple yet useful feature that retrieves the last item from a given list variable. This step can be a vital part of processes where the last element of a list is needed for further actions or decisions.

Configuration

  • List: Choose the list variable from which the last item will be retrieved. The variable selected must be of a list type. This is a required field.

Outputs

  • Item: This output variable represents the last item in the selected list. The type of the 'Item' variable will match the type of the elements in the list. If the list is empty, the 'Item' output will be null/empty.

Last updated