Hello Bubblers!
I’m excited to share a plugin that makes implementing loop functionality in Bubble simple and straightforward.
Try it out:
- Demo Page: Basic loop Plugin
- Editor Page: tomo-plugins | Bubble Editor
- Plugin Page: Basic Loop Plugin | Bubble
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
Setup Guide
- Add the Basic Loop element to your page
- Configure in your workflow’s action section:
- Select “Initialize loop”
- Set parameters:
- Start count
- Limit count
- Step value
- Comparison type (<= or <)
- Delay between steps
- Utilize the “onStep” event in your workflow:
- Triggers at each iteration
- Add your desired actions here
- Access the current iteration using “current_count”