To drive navigation using List selection on watchOS, we recommend using NavigationLink as the cells/rows in your List. Your sample will work if you replace Text(ex.date.format("E, MM/dd") with NavigationLink(value: ex) { Text(ex.date.format("E, MM/dd")) }.