Scoped database view does not appear in REST API ExplorerIssue Scoped database view does not appear in dropdown list on field 'Table' in REST API Explorer form. Steps to Reproduce: - Open the REST API Explorer- Ensure Table API is selected and the GET operation- Search for the database view in Scoped Application.CauseREST API Explorer will only list Database View tables from the current user session scope.ResolutionIf the user would like to see scoped Database View tables they must switch to the application where the database view table was created. Then the user should be able to see those tables in the list.Please that once the application is switched, the user will no longer be able to see "global" (Database View) tables in the list, only those from the current application scope.