A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
To create a searchable list of application connectors on a SharePoint modern page, use the built-in List web part and a SharePoint list as the data source.
- Create or prepare the list
- Ensure a SharePoint list exists on the same site as the page (for example, a custom list with columns like Connector Name, System, Owner, Status). If needed, create one using the standard list creation process.
- (Optional) Create a custom view of the list that shows the columns and filters needed for the page. This view will be used by the web part.
- Add the list to a modern page using the List web part
- Go to the SharePoint page where the list should appear.
- If the page is not already in edit mode, select Edit at the top right of the page.
- Hover above or below an existing web part until a line with a circled + appears, then select +.
- In the web part picker, scroll to the Documents, Lists, and Libraries section and select List.
- From the list of available lists, select the application connectors list.
- If satisfied, select Save as draft, then Publish to make the page available to others.
- Configure the List web part
- With the page still in edit mode, select the List web part and choose Edit properties (web part settings).
- Set:
- Title: e.g., “Application Connectors”.
- List: confirm the correct list is selected.
- View: choose the custom view created earlier (or the default view).
- Size: adjust height/width as needed.
- Enable search-like interaction (filtering, sorting, grouping)
- In SharePoint in Microsoft 365, users can interact with the list directly in the web part:
- Select the down arrow on a column header to Sort, Filter, or Group items.
- Users can select See all to open the full list page, where they can use additional list filtering and search capabilities.
- In SharePoint in Microsoft 365, users can interact with the list directly in the web part:
- Maintain and extend the list
- To add new connectors, select + New at the top of the list.
- Use column formatting or attention views if needed to highlight important connectors or issues.
This approach uses the native List web part, providing a searchable, filterable list experience on a modern SharePoint page without custom code.
References: