Steps to Embed a Canvas App Page in a Model-Driven App Form
Step 1:
Go to your solution and create a Canvas App page. Refer to the image below for guidance.
Step 2:
The Canvas App page will open in Power Apps Studio.In the OnStart property of the app, add the following code:
Set(a,Param("recordId")); //...
powerplatformdev.hashnode.dev3 min read