the conditionals and constraints needed to guide the process doesnt work. Its either it processes all the list and i end up with a negative operational value or different wrong values.
Also, are the constraints dealing with object in the DB? With recursive / backend workflow, you have to take care that some constraining data are not modified in parallel of the rec workflow.
Are you sure you haven’t change anything around the constraint? Or are there multiples users using your app?
For what it’s worth, I just noticed about an hour ago that a recursive backend workflow that has been working perfectly for weeks suddenly wasn’t working anymore. I hadn’t made any changes in that area, and after investigating, I discovered that a constraint was missing on the search in the conditional that determines if the backend workflow is called. I know this particular constraint was there before because this part of the app would never have worked at all without it. Also, and I’m guessing this observation has nothing to do with, well, anything, the UI is messed up in the constraints area, so something is amiss in Bubble-land…