Generate Power Apps URL
Environment ID
Application ID
Generate URL
function generateURL()
{
var envId = document.getElementById("envid").value;
var appId = document.getElementById("appid").value;
document.getElementById("url").value = "https://make.powerapps.com/e/" + envId + "/canvas/?action=edit&app-id=%2Fproviders%2FMicrosoft.PowerApps%2Fapps%2F" + appId;
}
While creating app in Teams, if it is quick app it is fine but if it is complex app we feel irritated and it is slow, so to teams Power Apps in Power Apps studio we can replace the app id and environment id to form the URL
You can use below URL and replace your Id's or use above inputs to generate URL for you
https://make.powerapps.com/e/{{envId}}/canvas/?action=edit&app-id=%2Fproviders%2FMicrosoft.PowerApps%2Fapps%2F{{appId}};
Hope its helpful..!
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.