Monday, March 9, 2020

Open another Canvas app from button click

Below code will help to navigate from one canvas app to another canvas app.

Update Powerapp Guid and tenant Guid
PowerApp guid -> Select the Canvas app -> Details -> App id
Tenant Guid -> Select the Canvas app -> Details -> weblink - End of the weblink you can see the tenant id.
You can also find the tenant id in Azure active directory.


Launch("/providers/Microsoft.PowerApps/apps/[powerappGuid]","tenantId","[tenantguid])

No comments:

Post a Comment