Asynchronous event to finish before continuing

Hi All,

I’ve probably overlooked something obvious, but I was wondering if the designer supports the ability to wait for an asynchronous event to finish before continuing. Like I need to wait for something to finish loading prior to moving on and while I can put a delay in it, I’ve realized that’s not a guarantee for it to finish. Any suggestions would be greatly appreciated.

View the code here: Bubble Plugin Editor - TestPuzzle

Adam

Put the event (or sequence) you need to finish in a separated workflow (custom workflow) and trigger it during your main workflow. When you do this, the main workflow waits for the custom workflow to finish in order to continue the operation…

Take a look here:

2 Likes