Hello,\I have a similar setup where the detailsView page can create a core data entry and save it, then I'm trying to get the screen to go back to the main view which is a table of all the data. When I use the close button it works to go back to the table, but when I use presentationMode.wrappedValue.dismiss() and save the core data object at the same time, it goes back to the table and then back to the detail view for some reason.