random-picker

Package Information

Released: 5/13/2025
Downloads: 1 weekly / 44 monthly
Latest Version: 1.2.2
Author: zack-the-worker

Documentation

n8n-nodes-random-picker

This is an n8n community node that lets you randomly select items from a list in your n8n workflows.

The Random Picker node allows you to randomly select one or multiple items from an input array, with options to control the selection process and handle duplicates.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Compatibility
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Pick Random Item: Selects a single random item from the input array
  • Pick Multiple Random Items: Selects multiple random items from the input array
  • Shuffle Array: Randomly shuffles the order of items in the input array

Compatibility

This node is compatible with n8n version 1.0.0 and above.

Usage

  1. Add the Random Picker node to your workflow
  2. Connect an input node that provides an array of items
  3. Configure the node settings:
    • Choose the operation (Pick Random Item, Pick Multiple Random Items, or Shuffle Array)
    • For multiple items selection, specify the number of items to pick
    • Optionally enable/disable duplicate items in the selection
  4. The node will output the randomly selected item(s) or shuffled array

Resources

License

MIT

Discussion