I am trying to turn a link (https://####.sharepoint.com/) into a clickable link using the LAUNCH command in OnSelect property
I have tried:
Launch(ThisItem.'Project Charter')
Launch(DataCardValue17_3.Text)
Neither of these work yet when I put the same value in quaotaiton marks in an external label it works fine. Because the links are really long, I would ideally like to set them as a variable on the page OnVisible and then pass them the OnSelect of a button so I can just create a button for each link
Any help is always appreciated 🙂