Random Data Generator Pro

Demo to preview the plugin:

Introduction

This plugin allows you to generate all kinds of random information in your Bubble app on the client side, which means no external service is required! You can generate Booleans, characters, words, integers, strings, addresses, paragraphs, sentences, ages, names, birthdays, animals, emails and colors!
Image without caption

How to setup

  1. Add the Element to the Page
      • Go to the Design tab in the Bubble editor.
      • Search for the element called RandomInfo and drag it onto your page.
      Element → Random Info.
      Element → Random Info.
  1. Set Up the Workflow to Generate Data
      • Go to the Workflow tab.
      • Choose the event that should trigger the generation (e.g., “When Button is clicked”).
      • Add an Action → Plugins → [Any Generate Action] (e.g., Generate Name).
        • Workflow action → Generate Name.
          Workflow action → Generate Name.

Plugin Element Properties

Random Info

Element properties → Random Info.
Element properties → Random Info.

Element Actions

Generate Bool

Generate a random boolean (true or false)
Workflow action → Generate Bool.
Workflow action → Generate Bool.

Generate Character

Generate a single character
Workflow action → Generate Character.
Workflow action → Generate Character.

Generate Integer

Generate an integer
Workflow action → Generate Integer.
Workflow action → Generate Integer.

Generate string

Generate a string
Workflow action → Generate string
Workflow action → Generate string

Generate paragraph

Generate a random paragraph
Workflow action → Generate paragraph.
Workflow action → Generate paragraph.

Generate sentence

Generate a random sentence
Workflow action → Generate sentence.
Workflow action → Generate sentence.

Generate word

Generate a random word
Workflow action → Generate word.
Workflow action → Generate word.

Generate age

Generate a human age
Workflow action → Generate age.
Workflow action → Generate age.

Generate birthday

Generate a birthday (type string)
Workflow action → Generate birthday.
Workflow action → Generate birthday.

Generate name

Generate a name
Workflow action → Generate name.
Workflow action → Generate name.

Generate animal

Generate a random animal
Workflow action → Generate animal.
Workflow action → Generate animal.

Generate color

Generate a random color (hex format)
Workflow action → Generate color.
Workflow action → Generate color.

Generate email

Generate a random email (not real)
Workflow action → Generate email.
Workflow action → Generate email.

Generate address

Generate a random address
Workflow action → Generate address.
Workflow action → Generate address.

Exposed states

Title
Description
Type
Generated Information String
Access String Results
Text
Generated Information Integer
Access Integer Results
Number
Generated Information Bool
Access Boolean Results
Checkbox (yes/no)
Image without caption

Changelogs