I've created a 2sxc App that creates a list of items. Each item can have 1 of 3 statuses (Pending, Inactive, and Active) I've added a setting to the app settings to toggle if the app will show Pending, or Inactive Items, or Active Items. As these item's statuses get updated (Pending > Active > Inactive) I want the items to stop showing in one instance of the app and show in another. Following the advice in this answer How to force two instance of the same app (DNN/2sxc) to read from the same stream? I created a copy using the DNN Add Existing feature. This links the Data between the instances, however it also links the App Settings. So I am unable to set one to Active and one instance to Pending.
How would I go about doing this, or is this possible?