Hi, has anyone experienced issues with databases, workflows, or conditionals? I’m triggering workflows, and something strange is happening: some fields that should not be empty (they have data) are empty (it was working before and nothing has changed). I added logs to see what’s happening, but the logs (like “create a new thing”) aren’t being created, even with an empty conditional “only when.”
Also, when I try to delete rows of data, I delete everything, but after refreshing the page, new rows appear again.
When Bubble workflows suddenly stop working, it’s usually something small but hidden. I’ve run into cases where privacy rules silently block database access, or a recent change breaks a condition upstream. Checking server logs and running step-by-step debugger saves time. Duplicating the app in test mode can also reveal whether it’s a platform bug or something specific in the logic.