I’m experiencing an issue in my Bubble app where a workflow is supposed to add an email to a waiting list database only if it doesn’t already exist. The condition I’m using is:
Only when: Search for waiting lists (Email = email input's value):count is 0
Sometimes, this works correctly, but other times, a duplicate entry is created even when the email is already present.
Any advice on why this might be happening or how to ensure consistent behavior?
Thanks!