HexCon is coming to NYC. Catch the early-bird price before the time's up! Book me a spot

Issue pushing URL shortcut with non-standard prefix. “ms-apps:///”Solved

Participant
Discussion
10 months ago

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?

Replies (6)

Marked SolutionPending Review
Hexnode Expert
10 months ago
Marked SolutionPending Review

Hello @gmoore, welcome to Hexnode Connect!

We’ll look into the issue right away.

Can you please share the platform of the devices being used so that our team can investigate the case further and provide a solution as quickly as possible?

Best regards,
Chloe Edison
Hexnode UEM

Marked SolutionPending Review
Participant
10 months ago
Marked SolutionPending Review

We’re using IOS devices.

Marked SolutionPending Review
Hexnode Expert
10 months ago
Marked SolutionPending Review

Hello @gmoore,

Can you please try using the URL https://web.powerapps.com/apps/<AppID > instead? That should solve the issue you’re facing. Please check and let us know.

Best regards,
Chloe Edison
Hexnode UEM

Marked SolutionPending Review
Participant
10 months ago
Marked SolutionPending Review

This opens in a browser and prompts the user if they want to open in the app or continue in browser. I’m trying to remove the choice and force the app to open in Power Apps mobile. I don’t want users to run the app in the browser.

Screenshot 2023-10-06 084822

Marked SolutionPending Review
Participant
10 months ago
Marked SolutionPending Review

I got it working by adding 5 forward slashes to the URL prefix “ms-apps://///” which resulted in the device receiving the URL with the required 3 slashes in the prefix.

Marked SolutionPending Review
Hexnode Expert
9 months ago
Marked SolutionPending Review

Hello @gmoore,

Kudos for finding a workaround!

The URL will get modified to conform with the Uniform Resource Identifier (URI) protocol. So, this seems like the best way to go about it at the moment.

Best regards,
Chloe Edison
Hexnode UEM