Hi, I'm trying to simulate a hospital in which patients stay at different departments within their stay. (in this case 1 bed= 1 department). Right now the track my patients are following is arrival->process->exit. But I want FlexSim to read from a global table and as long it doesn't come across a 0 the patient needs to go back to arrival and a different department and not leave yet. The patients don't go to a waiting room, so therefore I don't want to add one. Right now I have added a next activity based on multiple cases within the process, but I doesn't seem to work properly. I want my patients to follow the track arrival->process->arrival->process on different bed->....-> exit