Is there a way to make an interface view static, or “archived” so it doesn’t update say after a certain date? There’s probably a better way to say this, help please!
The interface won’t stop updating until the record(s) that feed it do. So you’ll need to have your data structured in a way that once a record “expires”, future updates get made to a different record or not at all.