n8n-nodes-randomizer-bigboss
v2.0.1
Published
Smart Random Selection Node for n8n
Maintainers
Readme
🎲 n8n-nodes-randomizer-bigboss
Smart Randomizer BigBoss is the intelligent selection engine for n8n. Now in v2.0, it introduces Multi-Channel Randomization, allowing you to create complex, multi-variable generations in a single node.
🚀 Key Features
- 📡 Multi-Channel Support: Generate multiple random values at once (e.g.
Color,Shape,Size) from independent lists. - 🧠 Smart Deck Mode (No Repeats): Each channel remembers its history independently. "Color" resets when you run out of colors, "Shape" resets when you run out of shapes.
- 📥 Universal Input: Accepts Arrays, Strings, or Expressions for every channel.
- 💾 Binary Support: Preserves binary files even when mixing multiple lists.
- 💎 Professional UI: Clean configuration with "Add Channel" simplified interface.
🕹️ Selection Modes (Per Channel)
1. Smart Deck (No Duplicates)
The BigBoss standard. It ensures fairness and variety.
- Behavior: Picks unique items until the list is exhausted, then auto-resets. The memory persists forever (until reset).
2. True Random
Pure chaos. Every execution is a coin toss.
3. Weighted
Give preference to certain items using a weight property.
🛠️ Usage
Scenario: Generating a Social Post
You want to pick a Greeting, a Topic, and a Hashtag.
Add Channel 1:
- Key:
greeting - List:
"Hi, Hello, Greetings" - Mode: Smart Deck
- Key:
Add Channel 2:
- Key:
topic - List:
["AI", "Politics", "Tech"] - Mode: True Random
- Key:
Run:
- Result:
{ "greeting": "Hi", "topic": "Tech" }
📥 Installation
npm install n8n-nodes-randomizer-bigboss👑 The BigBoss Standard
Part of the BigBoss ecosystem—n8n nodes built for reliability, scale, and professional workflows.
📬 Contact
Have questions or need support? Reach out at [email protected].
License
MIT
