Wouldn't it be great if___

Yeah, at the moments, notes take way too long to load as well. Makes it very frustrating to use.

Would be great to see in workflows as a diagram and not lists.
I often want to see what workflow goes to where for example a yes/no workflow.

Yeah. They said they would add this functionality potentially. View of loops and conditions. We will see. :man_shrugging:


Would be nice to have a hover on the list of the Syle variables tab.
I think it’d be an easy win for Bubble.

Yes, it took them forever to do the database one, so I think this will also take a while. :man_facepalming:

I think it would be cool if the bubble plugin editor would get it’s first update since it was launched (not talking about the API, I’m talking about the editor itself).

That would be nice. :blush:

and when you usi a double loop, it’s really impossible to predict the result, often very anarchic : th loop N°3 is sometimes acting at the same time as the 1, so if - for example - you have a counter (invoices number or so), you get bad results frequently…

I have built complicated triple loops and they have worked fine. I think it just depends on how you build it.

Yes, I have also created some loop on BEWF that work very well, except when I REALLY need sequential: this is the case if I have to create invoices, whose numbering must be consecutive (regulatory obligation for us), and in this case, it sometimes happens that loop 12 ends before loop 8, for example, which distorts the workflow. Or maybe there is something I have not understood and I am eager to read!!!

So are you starting the next loop at the end of the previous workflow or are you trying to run them at the same time by running it on a list?

Make the logs actually usable. A real search, maybe a drop-down to filter for workflows and see the logs immediately only related to this workflow and so on. It’s such a frustration to debug backend workflows. Always need to add a debug field to the dB to faster see what is happening.

Yeah. For sure. I always have a devLog database so I can debug things. The logs are useless 95% of the time for me.