Hello, I am working on an app with several other devs by the branch site, but in my branch some backends workflows stopped working, the impression I have is that the actions are being ignored. If someone has passed/is going through this in application with branch system or normal let me know, do not rule out, Bubble bug even.
Criei um exemplo teste, para melhor visualização:
Backend simples
@carlovsk.edits is right and also debugging backend is very hard so what what i do i create a data type for my every app, “Debug“
In side it i have fields like:
Workflow name
Dev_note
Step01 , depending on your need this can goto step 99
but the thing is , on backend call on last steps i create a debug things, give it workflwo name, and any thing i want to see i put in dev_note field seperatign by new line, and also if i want to see a step is run or not which have condition, i past there condition on respective field
this way i can see in database what state each thing was and what happend.
I’m having the same issues - steps in workflows being missed completely. They show up in the logs but don’t actually change the data in the DB. Have been spending hours trying to figure out what is going on.