Hello,
I want to send a direct link to the users to launch the model-driven that we created. As per the below documentation:
https://learn.microsoft.com/en-us/power-apps/mobile/mobile-deep-links#supported-urls-parameters-for-a-model-driven-app
Below is the URL that we need to construct to achieve it which I already did:
ms-apps://<org-url>_<app-id>?tenantId=<tenant-id>&isShortcut=true&appType=AppModule&openApp=true&restartApp=true&forceOfflineDataSync=true
The problem is when sending the email covering the link with a href element:

<a href="ms-apps://<org-url>_<app-id>?tenantId=<tenant-id>&isShortcut=true&appType=AppModule&openApp=true&restartApp=true&forceOfflineDataSync=true">Click here</a>
In outlook web it works perfectly:

In Outlook Mobile the "Click here" is not clickable as below:

What will be the workaround to resolve the above issue?
Any help is greatly appreciated.
Best regards,
EBMRay