HI
I've got a multiline sharepoint column that I'm trying to interact with in powerapps that is intended to hold hyperlinks. As I discovered, the basic datakeyvalue text controls display all this html rubbish when hyperlinks are entered. I know I can use a rich text editor instead but I hate the lack of easy control you have on that.
I found a partial solution in changing the default display on the datakeyvalue to Plaintext(Parent.Default)
but that strips out the colon in https://etc as well, breaking the hyperlink.
Any ideas?