Get Random Number step

Introduction

The "Get Random Number" step generates a random number within a specified range. This feature is useful for adding elements of chance and variability into automations.

Configuration

  1. Minimum: Specify the minimum value of the range. The random number generated will be equal to or greater than this value. This is a required field.

  2. Maximum: Define the maximum value of the range. The random number generated will be equal to or less than this value. This is a required field.

Outputs

  • Result: The randomly generated number that falls within the specified minimum and maximum range.

Last updated