Marcel Lehmann

learn and find tipps & tricks around the powerplatform

PowerPlatformTip 53 – ‘Launch function’

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“))

Published by

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: