How to Run a Loop in Bubble.io

  Рет қаралды 25,617

Evan Little

Evan Little

Күн бұрын

Пікірлер: 37
@shivampujara4481
@shivampujara4481 Жыл бұрын
This is so great! I saw this video and went these are the kind of people who should be famous on this platform! Thank you!
@jamesnoeldavies
@jamesnoeldavies 2 жыл бұрын
Perfect explanation. I managed to solve my (increasingly annoying!!) issue after I watched this. Thanks
@bob93219
@bob93219 4 жыл бұрын
Thanks so much Evan, this video is a life saver! I had been scratching my head about how to dynamically update / loop through my bubble database for weeks, and your video solved my issue in under 12 minutes!
@ahmedelkaffas3098
@ahmedelkaffas3098 Жыл бұрын
Thanks Evan for this video ! it's clear and straight to the point ! I applied the same technique to my application and it worked like charm !
@XCmdr007
@XCmdr007 4 жыл бұрын
I thought I understood Bubble endpoints. With this great explanation some knowledge gaps that I had were sorted out. Thank you Evan!
@PraveenKumar-lq8im
@PraveenKumar-lq8im 2 жыл бұрын
Thank you so much Evan! This really helped me. Great work. Subscribed.
@diogomoita
@diogomoita 2 ай бұрын
Thank you so much! You saved my day!
@dottypost
@dottypost 2 жыл бұрын
Thanks a lot Evan for sharing. Saved my time a lot.
@franvilasnovas
@franvilasnovas 2 жыл бұрын
Nice explanation !! Thanks
@squaller1980
@squaller1980 4 жыл бұрын
Thanks Evan for this very helpful tutorial. My first backend Workflow is finished and running :)
@opsjesse
@opsjesse Жыл бұрын
came here with the same question and then i figured it out. it's because this instruction is at the last step of the workflow. the first step of this workflow is already on the iteration = count step. hope that helps anyone finding this thread now 2 years later lol
@AndrewOnTestingCars
@AndrewOnTestingCars 2 жыл бұрын
Thank you very much! Great explanation!
@coco_n_joe
@coco_n_joe 2 жыл бұрын
Amazing! Thanks a ton. Look forward to working with you sometime.
@TheWeatherShowwithVinCrosby
@TheWeatherShowwithVinCrosby 2 жыл бұрын
This was just what I needed! Thank you.
@germansoldier967
@germansoldier967 2 жыл бұрын
Great video. Thanks. At 10:29. Not sure what you did to put in the two emails. What kind of input element did you use here?
@Scuurpro
@Scuurpro 2 жыл бұрын
I'm making an api call to my database checking inventory. With items count at the end show I count from my api or my database.
@aliroshdy1390
@aliroshdy1390 3 жыл бұрын
Thank you, you helped me alot with this amazing video
@ohyoonkwon6423
@ohyoonkwon6423 4 жыл бұрын
Thanks for the great instruction! Have a question about 'Only when' iteration < emails: count. Shouldn't it be
@davidsal8308
@davidsal8308 Жыл бұрын
the condition checking is at the very end so this is similar to a do...while() loop structure. Thus it should be "
@jattism2
@jattism2 2 жыл бұрын
Thanks!!! This is great.
@danbernaldev
@danbernaldev 3 жыл бұрын
Gracias Evan! gran tutorial, me va ayudar mucho. Saludos!
@N01Espada
@N01Espada Жыл бұрын
Thank you!
@gustavopoiava
@gustavopoiava 2 жыл бұрын
Thanks for the explanation! Do you have any suggestion for when i have inputs in the repeating group? As Bubble doesn´t consider the group of inputs a list, it doesn´t appear in the options for list parameters. Thanks!!
@MustafaGhalib
@MustafaGhalib 3 жыл бұрын
Thanks for the helpful video. I am stuck on something I hope you can advise me with: I have a form with various input types, when the user clicks “send”, it creates a new thing (job order). One of the inputs on this form is a multi-choice drop-down. In most cases a user will only select one choice. But in the event that the user selects more than one, in the workflow I want to create a new thing for each selection he chooses. Following your video instructions, I created the new input, but my first action then is "create a new thing" and not create a new email as in your video. However when I create a new thing, there is no option to add an item# as in minute 4:26 of this video. Your advice will be appreciated.
@tibuigerard1564
@tibuigerard1564 3 жыл бұрын
cannot connect to the link you gave.
@WaseemAhmad-mf3wh
@WaseemAhmad-mf3wh 3 жыл бұрын
Thank you so much evan
@jonagostini
@jonagostini 2 ай бұрын
MVP!
@julien_cameron
@julien_cameron 4 жыл бұрын
This works great. How about when the item is a list and you want to "add list" ? Thanks
@andreasv9472
@andreasv9472 3 жыл бұрын
Did you find the answer?
@stuartwarren11
@stuartwarren11 4 жыл бұрын
what will happen if the iteration value exceeds the total number of records in the list? For example if i wanted to cycle through a list of 4 records twice, if i change the only when rule to be iteration < 8, would this work or will it not work as the 5 iteration will be a null record? I have a dynamic value i can use in the only when rule as well.
@davidsal8308
@davidsal8308 Жыл бұрын
if you want to cycle through a list of records twice you can use the modulus operator
@jonhegarty4269
@jonhegarty4269 3 жыл бұрын
Thanks, this makes sense. Is there anyway you could share the editor publicly?
@fadycredi1807
@fadycredi1807 Жыл бұрын
Thanks Evan for this! Its so useful, yet do you know how to do the same with frontend workflows. I tried the same concept with Custom States, yet I get an error "Sorry, we ran into a temporary bug and can't complete your request. We'll fix it as soon as we can; please try again in a bit!" Thanks :)
@uristrauss6106
@uristrauss6106 3 жыл бұрын
Super useful. Thanks!
@janheinemeyer4726
@janheinemeyer4726 3 жыл бұрын
Thanks for the video Evan! I was wondering how this approach is different from scheduling an API flow on a list as explained here: kzbin.info/www/bejne/gn28koF-otlplbs
@angushally4710
@angushally4710 2 жыл бұрын
I'm also confused, why not call an api on a list?
@MilosEDI
@MilosEDI 2 жыл бұрын
Because on a list you can only process 100 entries. After exceeding this level your workflow is likely to crash. Also this workflow type is recursive while „on a list“ runs simultaneously. Also „on a List“ is almost impossible to debug.
How to use looping (recursive) workflows in Bubble.io
24:57
nocodelife
Рет қаралды 6 М.
Recursive workflows in Bubble (OR, HOW TO LOOP THROUGH A LIST)
34:27
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
How to build drop down menu like a Pro in Bubble.io?
14:41
A.B. Modi
Рет қаралды 3,5 М.
How to Bubble: Reorder list in Bubble.io (reorder repeating group)
13:47
Best Bubble Developer
Рет қаралды 9 М.
How to Create Data in Bulk in Bubble.io | Bubble.io Tutorial
11:48
Jacob Gershkovich
Рет қаралды 10 М.
How to Connect APIs to Bubble io Tutorial Part 1
23:55
Evan Little
Рет қаралды 40 М.
How to Use Option Sets in Bubble.io
19:23
Building With Bubble
Рет қаралды 10 М.
How I would learn bubble (If I could start over)
10:56
The Wise Bubbler
Рет қаралды 38 М.
Bubble.io API Tutorial: Schedule a Workflow on a List
11:13
Coaching No Code Apps
Рет қаралды 34 М.
How to setup recursive workflows in bubble.io
10:16
Airdev
Рет қаралды 4 М.