
Thanks for the detailed context, Jon. You're encountering inconsistent offline sync behavior in your model-driven Power App on tablets, despite following Microsoft's setup guidelines. Based on the enterprise and public data I reviewed (6 meetings, several emails, 694 files, and 3 web sources), here are the most relevant insights and troubleshooting actions:
Microsoft documentation confirms that if multiple mobile offline profiles are assigned to an app module while role-based profile access is enabled, users may see the “Not Available” status in the Device Status screen. Ensure that:
Since users with the same license type show different behaviors, licensing is likely not the root cause. Instead, focus on:
Even if users are added to the correct security role, there may be a delay in propagation across environments. Try:
Some users may experience sync failures due to:
Recommended actions:
Your email reports show that the Power CAT Component Library flagged several performance issues in your app:
If statements—use Switch() instead.Concurrent() for parallel data requests.These optimizations may improve sync reliability and reduce timeout errors.