Bubble ignores workflow condition

I have an app that has been running smoothly for the past six months without any issues. However, two days ago, I noticed an unexpected behavior: emails (using Sendgrid Plugin) are being sent despite a workflow condition that should prevent them.

Here’s the context:

  • In my app, emails are only supposed to be sent if a specific condition is met. This condition checks whether the bdk_player_ID field in the database is empty.
  • As shown in the database screenshot, the bdk_player_ID for the relevant user is not empty, which means the condition should not be fulfilled, and the email should not be sent.
  • However, as the workflow screenshot shows, the email action is still being executed, even though the condition is clearly in place.

I haven’t made any changes to the app’s workflows or database structure recently, so I’m unsure why this is suddenly happening. I’ve double-checked the workflows and database entries, and everything seems correctly set up.

Could this be a bug, or is there something I might be overlooking?
Anyone else experiencing the same issue? Again: It just started 2 days ago


Re-create the problem and send screenshot of the server logs.