I'm trying to create an elevator system that only transports specific floors. I want to use a divider's conditional rule to achieve this. My idea is to create patient labels called `start_floor` and `end_floor`, and then use a conditional rule so that when staff is transporting a patient, they can select the appropriate elevator based on the patient's labels. However, this approach results in an error. How should I modify it to work correctly?
traveler.Patient.start_floor == "b1" || traveler.Patient.start_floor == "1"