Random String

Last modified: June 18, 2025

Description

Creates a random aphanumerical String using: Math.random().toString(36).slice(2,8)

Usage

Optionally you can pass a post- or prefix and the length for the generated string to the action as parameters.

Input Parameters

NameDatatypeRequiredDescription
PrefixStringnoThe string to put in front of the generated string.
PostfixStringnoThe string to append to the generated string.
LengthIntegernoThe length of the generated string.

Return Value

NameDatatypeDescription
Random StringStringThe generated random string.