Forum Discussion
RLSid17
May 24, 2023Copper Contributor
Adding a clickable item of a record in SharePoint
Hi,
I'm trying to create a list where 1 column needs to have a clickable item let's say to another record in SharePoint. Please see sample:
For example, this is a SharePoint list. Is there a way for the INC Numbers to be clickable to another list? I'm planning to create the record via PowerApps.
RLSid17 Best SharePoint out of the box way will be to use lookup column for INC number. Lookup columns are by default clickable and takes you to respective list item in another list.
Check:
- Create list relationships by using lookup columns
- How to link lists from Microsoft Lists using a lookup column in Power Apps
If you don't want to use lookup columns, you can use JSON column formatting as suggested by DaveMehr365 .
Here's the Microsoft official documentation related to converting text fields to hyperlinks: Turn field values into hyperlinks (basic)
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Hello RLSid17
you can use column formatting (or view formatting) to add a link to your column. See more in this article from joaoferreira : https://lists.handsontek.net/convert-single-line-text-column-hyperlink-using-sharepoint-microsoft-lists-column-formatting/
Regards, Dave