Random String

Click to copy

Returns a random string with selected characters.


Flow Connections

  • [Input] In - starts the block's execution.
  • [Output] Out - activates when the block has finished its execution.

Data Connections

  • [Input] Length (integer) - length of resulting string.
  • [Input] With A-Z (boolean) - set to True to include A-Z characters, False otherwise.
  • [Input] With a-z (boolean) - set to True to include a-z characters, False otherwise.
  • [Input] With 0-9 (boolean) - set to True to include 0-9 characters, False otherwise.
  • [Input] With special characters (boolean)- set to True to include special characters (such as !?#%), False otherwise.
  • [Output] Result (string) - result of the operation.