More LOOP functionality

@Mark_Pederson I made a pretty recent tutorial on how you can achieve the while loop in Weweb visually, using a simple error side-effect. Here is the post here if you really need to. In my own use case I use it for my custom image storage flow (because I use a different storage service [Google Cloud] and not supabase/xano). You can loop for as long as you need. But note that generally speaking it is always better to use a server-side trigger rather than while do loops due to resource consumption. Cheers.

PS, here is the image of how the flow will look:

So if you wanna do anything when condition is met, just put the block before the force exit block.

1 Like