How to refresh ContentView from other View

I have setup page with switches, where set i want to flag to main ContentView to refresh/redraw a List.

But this does not happen? I have to close/reopen application to see the change of state.

My data stored in COREDATA..

What is best way - tried @State/@Published all fails to trigger.

@State/@Published all fails to trigger.

Using @State or @Published is the right way. You may be using them in a wrong manner.
Please show your code.
How to refresh ContentView from other View
 
 
Q