Pass data between Coordinator and SwiftUI view

Hey Chris! Thank you for your reply! I managed to make it work as following. I have declared a Binding in UIViewRepresentable and one in my coordinator, and added a new parameter to the init function in my coordinator! Lastly I have declared a State variable in my DetailView, and now everything is synced as it is supposed! I will give your solution a shot! Thank you for your help, and for your time