Microsoft 365 and Office | Development | Other
Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
If a protocol link is opened from an Office.JS add-in then a popup "THIS ADD-IN IS TRYING TO OPEN 'APP1'" is shown, with 2 "Cancel" buttons an "Open" button and a checkbox "Always remember my choice for this application." which doesn't work.
Questions:
Steps to reproduce the issue:
Office.actions.associate('myFunc', myFunc); async function myFunc(event) { window.location = "app1://arg1/arg2"; event.completed(); }
We are facing exactly the same issue. Has anyone found the solution to the problem? if so please share. Thank you.