Nice. I would also add that ive discovered as a amateur programmer that customs events work as "conditional statements in workflow" . Every action can be conditioned in a workflow but with custm events you can encapsule an entire function behind a "if statements" just like in traditional programming if () {funtion} else {this}
That is a great explanation. However, one would think if the triggering workflow item is also eliminated (as in in your example, there would only be one workflow box instead of the need for 8 boxes), that would take away even more clutter and chances to make a mistake. I guess that isn't part of the functionality in the current version of Bubble. Please correct me if I am wrong.
You're correct, currently in Bubble you still need workflows for the triggers (buttons) which then trigger the custom event, so unfortunately it doesn't clean up the number of workflow triggers. But it does mean if you want to make a change to the workflow itself you only need to do it in one place.
Great video as always. You’re the gold standard for bubble tutorial videos!
Great again! direct to custom workflows 1:50
Your videos are fantastic, to the point and very informative!
Awesome video and going to save me tons of time. Thanks!
Thx for one more very useful tutorial! 👏👏👏👏
Nice. I would also add that ive discovered as a amateur programmer that customs events work as "conditional statements in workflow" . Every action can be conditioned in a workflow but with custm events you can encapsule an entire function behind a "if statements" just like in traditional programming if () {funtion} else {this}
NIce Thanks
Great content. Thank you for sharing.
Thanks Greg - as usual, great tutorial! Would a custom wflow run simultaneously if triggered by different triggers at the same time?
That is a great explanation. However, one would think if the triggering workflow item is also eliminated (as in in your example, there would only be one workflow box instead of the need for 8 boxes), that would take away even more clutter and chances to make a mistake. I guess that isn't part of the functionality in the current version of Bubble. Please correct me if I am wrong.
You're correct, currently in Bubble you still need workflows for the triggers (buttons) which then trigger the custom event, so unfortunately it doesn't clean up the number of workflow triggers. But it does mean if you want to make a change to the workflow itself you only need to do it in one place.
Very useful, thank you. It doesn't seem to allow me to copy more than 5 actions though. The 6th one copies, but doesn't paste. Is this by design?
You should be able to copy as many as you want, sounds like a bug.
cool