Database, workflows not working

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.

It could be something else (a misstake I’ve made!) but I think my privacy rules have gone haywire in my dev version.

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.

This topic was automatically closed after 14 days. New replies are no longer allowed.