I am trying to replicate something that I know I did previously, but cannot find the right options to do it now.
I've created an Interface with a page layout that is designed exactly as it needs to be. (Record Review, but I don't think that matters.) It is drawing from Table X, with a filter for only records that match Y.
I want to duplicate that page exactly, and then change the underlying filter. So, this page should be identical except that it's drawing from Table X, and filtering for only records that match Z. (I do not want to add a filtering element that can be toggled by the user of the Interface.)
I did this easily about 9 months ago, but cannot figure out how to do it now. I can duplicate a page, but cannot find where I change anything about the underlying data or filtering. Anyone know how? Thanks!