Build a landing page
Learn how to use landing pages to automatically route external users to pre-specified classic apps.
Admins can configure landing pages for specific permission groups. Users without Edit access who are members of a group with an associated landing page are automatically routed to a specific classic app when they log in. For example, you can route all Customer Support representatives automatically to a Customer Support app that contains links to all the apps they might need to use.
Create a landing page
First, create a new classic app and place it in the External apps folder. This folder was automatically created when you enabled external apps.
An example classic app might look like this:

This example classic app contains links to other apps. You can filter which links are available for the user based on their permission groups using JavaScript. For example, you can use the Hidden property to hide certain tiles if the current user isn't in the Pharmacist Manager permission group:
!current_user.groups.includes("Pharmacist Manager")
Configure a landing page
Navigate to Settings > External apps. Find the Create a landing page section, and select your classic app from the dropdown.
Landing page routing
Users with Edit access to any classic apps are routed to the Retool homepage when they log in, even if a landing page is set for their groups. Users who are members of multiple groups with landing pages can switch between landing pages using their profile menu in the top right hand corner of the page.
