Recursive workflows in Bubble (OR, HOW TO LOOP THROUGH A LIST)

  Рет қаралды 18,492

Matt Neary

Matt Neary

Күн бұрын

Пікірлер: 35
@hudsonclaudino1677
@hudsonclaudino1677 2 ай бұрын
Just past 2 years from this video post and it's still very helpful. I tried to find it in other channels but only you could explain clearly how to use the loop in Bubble. Thank you!
@thierry_martin
@thierry_martin Жыл бұрын
Hi Matt, Very comprehensive explanation about recursiveness in Bubble. 👏🏻 Instead of counting loops from 1 to n, you could have counted from n to 0. You would not have needed the "count" parameter. However, there's another way to loop through the list which is, in my opinion, more efficient: in each loop, I process the first item of the user_list parameter, and reschedule the workflow with the user_list's items from #2 (only when the user_list's item#2 is not empty). It only needs 1 parameter, and the list gets smaller with each loop.
@hitchi33
@hitchi33 2 жыл бұрын
This video is like liquid gold. Without Matt, I think my Bubble journey would have stopped many months ago. This dude just changed my life.
@mneary
@mneary 2 жыл бұрын
Thanks so much, happy to help 😁
@figure5984
@figure5984 Жыл бұрын
Thanks
@salahali378
@salahali378 2 жыл бұрын
Thank you so much, Matt. You are indeed one of the best at teaching and explaining things.
@khalidku
@khalidku Жыл бұрын
Thanks a lot Matt, you have just explained that in a very simple method.
@JohnKullmann-z6j
@JohnKullmann-z6j Жыл бұрын
Thank you Matt! Very well explained. I managed to follow easily and implement into my app. Thank you, thank you!
@JohnKullmann-z6j
@JohnKullmann-z6j Жыл бұрын
Can I use a repeating group with a data type, and some user fillable inputs, to create a different data type data new data with this API Workflow? Here you are changing data of same type, I want to create new data of different type. Many thank again.
@nexrad-josh
@nexrad-josh Жыл бұрын
Great video! Love the Miro board
@oyiboifechukwu5436
@oyiboifechukwu5436 2 жыл бұрын
You are one of the best things that happened to the bubble community. Love you❤
@thatQiao
@thatQiao 2 жыл бұрын
21:24 Step 2's "only when" condition should switch to "count" variable to save capacity then. 30:45 Looking forward to the Xano comparison video:)
@mneary
@mneary Жыл бұрын
Yes good spot!
@Stierkoe
@Stierkoe 7 ай бұрын
Legend! very good video explaining this!!! keep up the good work here!
@Stierkoe
@Stierkoe 7 ай бұрын
21:45 pizza shop domino ;)?
@Stierkoe
@Stierkoe 7 ай бұрын
only when in api, is index < count yes? not still users:count. ?
@lyricistlockbox
@lyricistlockbox 2 жыл бұрын
Thanks for the vid Matt, appreciate you sharing your knowledge.
@mneary
@mneary 2 жыл бұрын
Thanks Briggsy
@ryanellis7156
@ryanellis7156 2 жыл бұрын
Well presented that man! 🎖
@aloysiofranca
@aloysiofranca 3 ай бұрын
Perfect. Thank you!
@adriendemaegdt5902
@adriendemaegdt5902 10 ай бұрын
Thank you very much Matt ! It was clear as source water ! ( french expression )
@neveriodev350
@neveriodev350 2 жыл бұрын
Another amazing tutorial video! THANKSSSSS!
@felixcenteno5565
@felixcenteno5565 2 жыл бұрын
Hi Matt, could you please do a tutorial how to create reports in PDF using a pluggin as PDF conjure, setting up the report fields, styles and fonts based on a thing. Thanks for your well explained classes.
@ohthatandre
@ohthatandre Жыл бұрын
Great video; thank you!
@winniezhang6538
@winniezhang6538 Жыл бұрын
Hi Matt, thank you for making this video. I'm building a marketplace. So I need an automated workflow to take down the listing once it hits the expiry date or it's out of stock. My understanding with this technique, I would need a trigger from the actual page whereas I don't want any trigger. I want it to automatically taken down without any trigger. So could I use this as well?
@maxp1273
@maxp1273 Жыл бұрын
Hi ! Thank your for this video. Why not using schedule API workflow on a list ?
@mneary
@mneary Жыл бұрын
Historically this hasn’t been very performant but Bubble has improved that recently. Recursion is still good though to control the order of operations (I.e. complete loop 1 before loop 2) whereas if you just run on the list you have no control over that (Bubble will execute them concurrently). Recommend checking out this part of Bubbles docs manual.bubble.io/help-guides/maintaining-an-application/database-maintenance/bulk-operations#what-are-bulk-operations
@DavidSaquing
@DavidSaquing 2 жыл бұрын
Thanks for the video.
@cody5304
@cody5304 2 жыл бұрын
great video thanks boss
@Francotujk
@Francotujk 2 жыл бұрын
Hi Matt! Good content Can be great to explain how to use external database (basically post and get content of the external storage), and respect the privacy rules. Because bubble storage capacity is very expensive. Is the same to use aws/wasabi, and external sqls?
@CranfordTech
@CranfordTech 2 жыл бұрын
Love the thumbnail!
@akath22
@akath22 Жыл бұрын
A hero
@SK-nj6qo
@SK-nj6qo Жыл бұрын
sometimes i feel bubble would be alot easier with a simple IF/Else logic rather than a do/when logic. i know its implementation is there but its slightly more workaround-ish. Some of these tasks are actually easier on JavaScript than bubble
@IsaacBG84
@IsaacBG84 Жыл бұрын
I thinks that is the downside of no-code, when you need something complex it becomes very clumpsy or spagetty. Ive used labview no code too before and it seems easy to learn at first but when it gets complicated then it need a lot of visual space to handle loops and conditions.
@IsaacBG84
@IsaacBG84 Жыл бұрын
Ive heard Supabase , the new kid on the block is really nice for this. Less expensive than firebase,xano and backendles. Im thinking that even having an external server instance in Replit for example for this type of heavy calculations and then send back via API bubble the results. Or just having a custom JS code in runing in a html event.
How data moves through your app - for Bubble beginners
31:26
Matt Neary
Рет қаралды 16 М.
How to use looping (recursive) workflows in Bubble.io
24:57
nocodelife
Рет қаралды 6 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
How API's work in Bubble
50:21
Matt Neary
Рет қаралды 21 М.
How to REORDER List Items with Drag and Drop | Bubble.io Tutorials
26:17
Jacob Gershkovich
Рет қаралды 17 М.
Schedule API on a List | Bubble.io Tutorial
10:04
Buildcamp
Рет қаралды 20 М.
How to setup recursive workflows in bubble.io
10:16
Airdev
Рет қаралды 4 М.
Bubble.io API Tutorial: Schedule a Workflow on a List
11:13
Coaching No Code Apps
Рет қаралды 34 М.
Good database design in Bubble
21:35
Matt Neary
Рет қаралды 42 М.
How to Run a Loop in Bubble.io
11:54
Evan Little
Рет қаралды 25 М.
How to use Database Trigger Events in your Bubble Application
19:53