I am struggling to embed a canvas app into a model driven app.
Generally, I try to follow this process:
https://learn.microsoft.com/en-us/power-apps/maker/model-driven-apps/embed-canvas-app-in-form
However, I never have the ModelDrivenFormIntegration Object in the App I try to embed.
I really want to start out simple by displaying the name of the "host record" or something to see that it generally works.
Two observations that lead me to believe that something is messed up in the environment or general settings:
First observation:
When I opened the settings in the app I tried to embed, I get the following pop up:
"please turn on improve data source experience and microsoft dataverse views"
I found this page when searching for this message
https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/use-native-cds-connector
However, this is really confusing. It talks about apps designed before 2019 and references settings that I do not find anywhere.
2nd observation:
When I embed the canvas app and I get the box to enter the Entity Name, App Name and App ID, the 'hover' on the information icon on the App Name and App ID says that it would be automatically generated. However, the "Done" button stays greyed out until I add somthing into the two boxes.
I found some dated stuff to switch to classic mode to get the ModelDrivenFormIntegration, but I feel that something general is messed up so that it does not work out of the box.
Any ideas?