How to hide View Profile?

HI,
I would like to know how i could hide the View Profile link on the card. or if possible how to link it to the AD or Teams Profiles instead of going to the SharePoint List from where the data comes from.

image

Thank you in advanced for the help

Hello @Jeniffer_Rivera,

You can remove the button by removing the following piece of HTML code from the 'Templates' tab:

To change the link in the button, you can change the ListItemURL to any other column in your SharePoint list. For example, you can create a PersonalURL column and fill it with some URL (for example, a URL to a profile in Delve) for each employee.

Unfortunately, there is no way to insert a link to an AD or Teams profile, because Microsoft does not provide a way to copy a direct link to a profile.

1 Like