[FREE PLUGIN] Basic Loop - Counter-based Loop Control for Bubble

Hello Bubblers!

I’m excited to share a plugin that makes implementing loop functionality in Bubble simple and straightforward.

:mag: Try it out:

:sparkles: Key Features

  • Intuitive counter-based loop control
  • Fully customizable start, end, and increment values
  • Adjustable delay between iterations
  • Real-time loop state monitoring
  • Loop state persistence after page reload

:memo: Setup Guide

  1. Add the Basic Loop element to your page
  2. Configure in your workflow’s action section:
    • Select “Initialize loop”
    • Set parameters:
      • Start count
      • Limit count
      • Step value
      • Comparison type (<= or <)
      • Delay between steps
  3. Utilize the “onStep” event in your workflow:
    • Triggers at each iteration
    • Add your desired actions here
    • Access the current iteration using “current_count”