Get Random Number

Generate a random number for usage in subsequent sub-actions
Preview
Preview

Parameters

Type
Select
default:Between
  • Between: Generate a random int between configured min/max values
  • Next Float: Select a random float value between 0 and 1
Between
Range

If Type is Between, you can use this setting to configure the min/max values

Variables

The following variables will be populated after executing this sub-action:

Description
randomFloatfloat

If Next Float is selected, a floating point value between 0 and 1

Example: 0.23
randomNumberint

If Between is selected, an integer value between your configured min and max, inclusive

Example: 10
randomPercentint

If Next Float is selected, the randomFloat value represented as a percentage

Example: 23