I have a SharePoint list, with a Hyperlink column allowing us to quick link to our IT Helpdesk system. The hyperlink column allows for the URL and also alternative text to display. This makes the SP List look cleaner as you're just seeing the IT Ticket Nr rather than the full URL, but it's still clickable.
In PowerApps I would like to get that Alternative Text to display in a gallery, but I can only successfully pull through the full hyperlink using ThisItem.'SN Ticket Link', which is the column name.
How do I show the Alternative Text instead please? Thanks