I was constantly learning on the test version, but recently I saw the thread Data workflow order/behavior and got very confused. It is especially not clear how custom states work in Live version. I’m doing a small quiz and most of the parameters are stored in a custom state until the end of the quiz as list of text. And it is very important that the steps in the workflow are carried out sequentially, but now I am afraid that if they are all carried out in parallel, then some step will overwrite another one at the wrong time. Example: when stepping back, I want to substitute the number that the user chose in the previous step from the list of text and then subtract the last element in this list of text.
Can’t it be that step 3 will work before step 1? Or, for example, if at the first step in the custom state list, fill in a large list through the search and use this custom state (empty before the search ends) as a reference for the second step before filling it with the search. Is such a process possible on Live version? If yes, how can this be fixed?