Get First List Item step

Introduction

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

Configuration

  • List: Choose the list variable from which the first 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 first 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