Incrementing "times answered" field adds 2 instead of 1

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:

  1. Verified that there are no duplicate workflows running simultaneously or overlapping.
  2. Examined the conditions of the workflow to ensure it only runs once per user interaction.
  3. Debugged the workflow steps to track the flow and identify any duplicates or unexpected actions.
  4. 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.

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