Dynamically Generate Power Apps Deep Links Using Power Automate | Power Apps Deep Link
In this video, I will show you how to dynamically generate Power Apps Deep Links using Power Automate. Normally, when we move a solution from one environment to another, the App ID and Environment ID change. Because of this, hardcoded Power Apps URLs stop working. In this tutorial, you will learn how to: ✅ Dynamically get App ID ✅ Dynamically get Environment ID ✅ Dynamically get Tenant ID ✅ Generate Power Apps URL automatically ✅ Create reusable deep links for multiple environments ✅ Open specific screens and records using parameters This is very useful for: ✔ Help Desk Applications ✔ Approval Systems ✔ HR Apps ✔ Enterprise Power Platform Solutions # Power Automate Expressions ## Get App ID last(split(trigger()?['Outputs/headers/x-ms-client-app-id'], '/')) ## Get Environment ID last(split(trigger()?['Outputs/headers/x-ms-client-environment-id'], '/')) ## Get Tenant ID trigger()?['Outputs/headers/x-ms-client-tenant-id'] ## Generate Dynamic Power Apps URL concat( 'https://apps.powerapps.com/play/e/', outputs('Compose_EnvironmentID'), '/a/', outputs('Compose_AppID'), '?tenantId=', outputs('Compose_TenantID') ) ## Generate Deep Link with Screen and Record ID concat( 'https://apps.powerapps.com/play/e/', outputs('Compose_EnvironmentID'), '/a/', outputs('Compose_AppID'), '?tenantId=', outputs('Compose_TenantID'), '&ScreenName=ViewHelpDeskDetails&varID=', triggerBody()?['ID'] ) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 🚀 Stay tuned for more videos on Microsoft Copilot, Copilot Studio, Power Platform, AI, and automation tips & tricks. 🔔 Don’t forget to subscribe and hit the notification bell to stay updated: https://www.youtube.com/channel/UCRGIF3VRxtF9iG3S0wfHJNQ?sub_confirmation=1 💬 If you have any questions or suggestions for future videos, drop them in the comments below. 🌐 Follow along to learn how to build AI agents, automate workflows, and create powerful no-code/low-code solutions using Microsoft tools. 🔥 Thank you for watching and being part of this AI & automation journey. Let’s build smarter solutions together! #copilotstudio #powerplatform #ai #automation #microsoftcopilot #powerapps #powerautomate #microsoftpowerplatform #powerplatform #deeplink #powerappstutorial #lowcode #office365 #sharepoint
Download
0 formatsNo download links available.