When attempting to create an updateset in a scoped Application, it is getting created in the 'global' instead of the scoped ApplicationIssue When attempting to create an updateset in a scoped application, it is getting created in the 'global' instead of the scoped Application Steps to reproduce - 1.Create an Application with the option [create from global] 2. Select the created Application in Application Picker 3. Navigate to Local updateset and create new 4. By default, when a scoped Application is selected, updateset will be created in the scoped Application. However, here the updateset is created in the global scope. 5.As the scope of this Application is global while creating the Application, chosen the option - "create from global", the scope of the application in the sys_scope table is showing as global Cause1. Created this Application by choosing the option [start from global] 2. Hence, the scope of the Application is global 3. As a result, when creating an updateset, it is picking the scope of the Application - "Global" from the sys_scope tableResolutionIt is the expected behavior