Odd quirk I cant figure out

I have a form with 6 fields where users put in the name of their phases
image

This then runs a series of workflows adding each field individually with the relevant number associated

Each worflow is the same with just the number references changing
image

However, when it saves the data a field without phase name and numbers is made first and for the life of me I cant see why. It only happens on the first instance but I dont have a workflow to cause it

Does anyone see what I am not.

image

I don’t see where you concatename the phrase and the number

When I add the phase name I add a number. ive just given one example. there are 6. Figured it was simple just to manually add a number rather than something dynamic for such a small set.

What does that mean?

“When I add the phase name I add a number.”

According to your screenshots. Bubble does exactly what you ask it to do.

Yeah its doing what I want but its doing an extra entry without the phase name or numbers. Just the batch number and I dont have a workflow for that

The debugger and it’s “step-bu-step” feature should be a great help in this case.

It will show you exactly what workflow(s) is triggered, and what stepped are run.
Most likely what happen is a workflow is triggered unwilingly, or a only-when condition is not set up correctly.

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