Hi all,
I have a power app that displays a SharePoint list in a gallery. One of the list items is URL and that points to the file in a document library. I found a post where you could use the following to open the file in the desktop app
Launch("ms-word:ofv|u|https://....")
That launches the popup before opening word

And then the file opens in Word. Now if I change that to be
Launch("ms-word:ofv|u|ThisItem.Url")
I get the open Word popup but then also this

"ThisItem.Url" is the same Url as used before. Question is why does it work for the actual link but not the Gallery item?
Thanks,
David