Have you thought about the LaunchFunction in #PowerApps?🤔
Here are 3 reasons why you should definitely be using it:
1️⃣ Easy Access: Provide your users with instant access to essential websites, emails, or phone numbers directly from your app!
🌐 Example: Launch(“https://www.example.com“)
📧 Example: Launch(“mailto:info@example.com“)
📞 Example: Launch(“tel:+1234567890”)
2️⃣ Seamless Integration: Connect your PowerApps app seamlessly with other applications like #MicrosoftTeams, #OneNote, or #SharePoint for enhanced collaboration!
🤖 Launch(“msteams://teams.microsoft.com/l/channel/…”)
📒 Example: Launch(“onenote:https://example-my.sharepoint.com/personal/…”)
📁 Example: Launch(“https://example.sharepoint.com/sites/…”)
3️⃣ Personalized Experience: Use the Launch function to guide your users to customized content or actions based on their roles or tasks!
🎯 Example: If(User().Email = “manager@example.com“, Launch(“https://www.example.com/manager-dashboard“), Launch(“https://www.example.com/employee-dashboard“))
Leave a Reply