Don't Run Recursive Workflows on Empty Lists

The title says it all. In general it is difficult to lint no-code and low-code applications, Bubble is no exception. I noticed this particular issue while tracing some data creation. The solution is simple, use an “only when” condition to ensure that recursive workflows are only launched on non-empty input.

4 Likes

Thanks for sharing @aaronsheldon .

There are many details like this that are hard to know/find out and good to ever-improve best practices.