Comment
Tera Explorer

@Franchesca Liz1 
To solve this you need to to set the data.columnDisplayLimit= 4



Navigate to Service Portal Configuration

From the ServiceNow main navigation, go to Service Portal and open Service Portal Configuration.

2-Locate the "Manager Hub My People" widget

Use the portal's search functionality to find the widget named Manager Hub My People.

3-Open the server side script

Open the widget record and navigate to the Server Script tab.

4-Locate and update data.columnDisplayLimit

Search for the variable data.columnDisplayLimit within the server script. Update its value from 3 to the desired number of columns to be displayed (e.g., 4 to show all configured columns).

Example: data.columnDisplayLimit = 4; — set this to match the total number of active column configurations defined in Team Column Configurations.

5- Save and validate

Save the widget record and navigate to the Manager Hub to confirm that all configured columns are now rendered correctly in the team view.