Get Random Number
Generate a random number for usage in subsequent sub-actions
Preview
Parameters
Type
Select
default:
Between
Between
: Generate a randomint
between configured min/max valuesNext Float
: Select a randomfloat
value between0
and1
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 | ||
---|---|---|
randomFloat | float | If Example: 0.23 |
randomNumber | int | If Example: 10 |
randomPercent | int | If Example: 23 |