I’m currently working on a quizzing feature in my Bubble app, and I’m facing an issue with incrementing a field called “times answered. (number, default is 0)” The problem is that when the field is initially set to 0 or empty, the first workflow that increments it adds 2 instead of 1. I’ve been scratching my head trying to figure out the cause, and I could really use some assistance.
Here’s what I’ve already checked and tried:
- Verified that there are no duplicate workflows running simultaneously or overlapping.
- Examined the conditions of the workflow to ensure it only runs once per user interaction.
- Debugged the workflow steps to track the flow and identify any duplicates or unexpected actions.
- Reviewed dependencies to ensure the workflow isn’t triggered by other workflows or data changes.
Despite these efforts, I’m still encountering the issue. I’m wondering if there’s something I might be overlooking or if there’s a specific configuration I need to adjust.
Has anyone experienced a similar problem with incrementing a field in Bubble? Any suggestions or insights on how to troubleshoot and resolve this issue would be greatly appreciated.