I’m trying to push a URL shortcut that opens an app in Power Apps Mobile using the following URL format:
ms-apps:///providers/Microsoft.PowerApps/apps/APP-ID
However, when I test this on a device, it seems that Hexnode is dropping two of the three forward slashes in the prefix resulting in:
ms-apps:/providers/Microsoft.PowerApps/apps/App-ID
This opens the Power Apps Mobile app, but does not load directly to the specified app. Is there a way in Hexnode to keep the URL the way it is specified with three forward slashes in the prefix?