UsernameGeneratorValve

Valve to generate a random username.

Operates on the Current Item Set.

Properties

Name Description Default value Mandatory Supports property expansion
dest ID of new item property, containing the created username. uid Yes Yes
len Length of the username. 1-32 characters allowed. 32 Yes No

Example Configuration

{      
  "name": "UsernameGeneratorValve",
  "enabled": "true",
  "config": {
    "dest": "{{item.new_id}}",
    "len": "32"
  }
}