Get Random List Item step

Introduction

The "Get Random List Item" step in FlexyBot is a simple yet useful feature that retrieves a random item from a given list variable.

Configuration

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

Outputs

  • Item: This output variable represents a random 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