Hi,
I have a small question. Have developed a functionality to retrieve user's notebooks from Microsoft (OneNote). The onenote itself has two URL in the response body, the one_note_client_url and the one_note_web_url.
Have built a view witht he data I need and for the web_url i ve made a column with the domain type as html with something like this "cast('<a href="'+notebook.one_note_client_url+'">' + notebook.display_name + '</a>' as nvarchar(max))”. This works as intended and I can open the notebook in a different tab in browser.
The issue I face is whent I want to use the one_note client url wich in technical terms is the same url except that it contains the word "onenote:” at the beggining of the url. I have tried to make it with 2 different domain types, URL and HTML (same as the web_url) and in both cases I get the action blocked by the SF

Is something I can do in order for the link to be inserted as it is in browser so the OneNote app would start or it is blocked by the SF to have redirect outside of the browser?
Thanks,
Paul