Get Random Integer step

Introduction

This step generates a random integer within a specified range, providing a useful tool for creating randomization in automations.

Configuration

  1. Minimum: Define the minimum value of the range. The random integer generated will not be lower than this value. This is a required field.

  2. Maximum: Set the maximum value of the range. The random integer generated will not exceed this value. This is a required field.

Outputs

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

Last updated