Action by a sequence of triggers

I have set up two zones close to each other small radius

i want to drive one way through zone 1 and then zone 2 then when that happens i want to action something. however if i travel through zone2 and then zone 1 i want nothing to happen. any ideas would be gratefully apprieciated. I have done this automation so far but im not sure if this will prevent the action when i travel in the wrong direction?

Your second zone should be in a Wait for Trigger Action not in the main Trigger block.

Use a state trigger instead of a device trigger, and look for the state of Souha’s phone going from zone 1 to zone 2.

thanks do you mean the second zone should be in the conditions section? is it possible to configure from the gui or do i need to code
it( have to admit i tried and got stuck)

i cracked it thanks; so put zone1 as the trigger. then as an action i used an if (triggered by zone 1) then wait for trigger (phone enter zone 2) and then fire. (set a time out incase there was a case of entering zone 1 and never hitting zone 2