I have a field in SharePoint defined as a hyperlink (a link to somewhere else in the site). When I create a customized form for the list using Power Apps, I only have the ability to include a field to store the URL address. How do I allow the user the ability to enter the display text? Each Hyperlink has an address and display text component. I used the SharePoint PowerApps Customize forms option.Â
By default, the hyperlink display text of the SharePoint HyperLink field doesn’t show in the PowerApps custom form.
As a workaround, we can create an MS Flow to get it, check the thread here: Get hyperlink display text in SP list.
To post to the SharePoint list from PowerApps, we can use text input to receive user input and set the value to SharePoint using MS Flow with REST API.