Database not reflecting workflow changes

I am experiencing a critical issue in my app on Bubble.

A workflow runs successfully (confirmed by conditions and subsequent steps executing), but database changes made via “Make changes to a list” are not reflected in the database.

What is happening:

  • The workflow runs.

  • A field (yes/no) is set to “yes” as part of the workflow.

  • The action completes without error.

  • The value does not appear updated in the database.

Bubble Support suggested a runmode recalculation workaround, but the issue persists.

Has anyone experienced:

  • Live workflows executing without committing database writes?

  • “Make changes to a list” silently failing?

Any technical insight into what could cause this behavior would be appreciated.

Check if any subseq wf or db trigger is changing it back. You can see that easily in logs. Or ask buildprint why value isnt sticking

1 Like

A few screenshots would be helpful :innocent:

Do you any conditions on the “Make changes to a list”? Could there be a race condition? What do the server logs say?