How to Identify the Main Application for a Hidden or Dependency-Only App in ServiceNowDescription:Over time, several ServiceNow apps that started as independent applications have been reclassified as dependency-only. This is because the use case they addressed initially has evolved over time, and the app functionality has been integrated into a new application (also referred to as a parent application) and offered as its core functionality. Since the app does not provide any value by itself, they are classified as dependent-only applications and configured to be hidden from the search on customers' instances and on the ServiceNow Store. These applications are expected to install automatically when their respective parent applications are installed. This KB explains how to find the name of the parent application associated with any dependent app.Kindly note that the application results will depend on the subscriptions and the entitlements your instance has.Pre-Requisites: To Install the Store application in your instance, your Now Support Profile needs to be created under the same account where the Instance exists. For more details, please refer to KB0854244 Steps/Procedure: If you require an application to be installed in your instance which you can see in the Store Portal but unable to find it in your instance. It means that the application is hidden on UI and might be installed via dependency (Installed Via Dependency = True). To know what is the main application that you need to install for the dependency to be installed can be searched in your instance using the following tables:1. sys_store_app.LIST (If an older version of the app is already installed). 2. sys_remote_app.LIST (If the app is never installed in your instance).Please see the steps to find the main app below: Log in to your instance and search for the "sys_remote_app.LIST" table.Search for the application you are trying to install and see if "Installed via dependencies is True".If yes, click on the Funnel Icon on the Top Left Corner and Filter with "Dependencies" containing "scope/app id" and run the filter.The main application will be visible under the Name section.** In the above screenshot, I have searched for the main applications that include "Flow Diagramming (sn_flow_diagram) and understood that I need to install the main application "Flow Generation" for the "Flow Diagramming" to automatically be installed. NOTE: Same conditions to be used under sys_store_app.LIST to update an existing application. Additional Information: If you have any further questions or if you can't find the main application of a dependency, please feel free to contact us. We will be happy to help. - To know how to procure an application from the Store Portal, please refer to this KB article KB1438103