Hi @ck25415,
Which control is used to display the the Rich Text from Sharepoint site?
If the URL is for SharePoint site internal usage, then please consider switch it to the Shared URL, then check to see if that would work.
Regards,
Michael
Hello Michael,
I am using html text field and rich text editor fields in powerapps to display the URLs. Users enter text along with some links in a rich text editor field in powerapps which is seen by the manager of user in a rich text editor field/html text field in view mode. When the manager clicks the link it goes nowhere as the prefix of the URL is replaced as mentioned above. I did not udnerstand swtiching the URL to shared URL, could you explain.
Thanks,
I encoutered this problem this morning. The following code is bring concatendated to the beginning of my Urls -----> https://powerapps-ux-prod-canadaeast.azureedge.net. And what makes this crazy is that I am not in Canada.
Everything was working fine for months. Now all my links back to our internal SharePoint site are broken.
Did you find a solution to this problem? If so, can you share?
This is an older thread - but wanted to post the fix for this. https://www.youtube.com/watch?v=cyLW5w3Grdg
The clip shows for images, but the same rule applies for internal links. PowerApps strips out your tenant - but resolve as below.
The answer is to use 'Substitute' in your html text - I use Substitute(ThisItem.myText, '/sites/','/myo365tenant.sharepoint.com/sites/')