Hi
I've got a Canvas App, I have a file field in my dataverse table. I need to be able to launch this in my canvas app to display in a new tab.
My code is
Launch(LookUp('dataVerseDataSource', Name="nameOfRecordWithFileInIt").fieldName.Value)
All that opens is a blank window.
If I switch to Download instead of Launch it tells me the URL is incorrect.
I might be having a blonde moment, but how can I get this to display as I want?
Thank you so much, Charlie