I want to add a decide condition that when time is more than or equal to 6:55:00 am it will select a different travel destination and and when it's earlier than 6:55:00am it will redirect to a different route.
I am thinking to put up a code in decide, but I am not sure how to access model time in that?
Should it be model.time >= 6:55:00am?