Hello,
We have an existing Power Apps canvas app and are looking to integrate it with a Model Driven app.
We discovered that the "ModelDrivenFormIntegration" appears to serve as a bridge between the canvas app and the model-driven app. Initially, we assumed that simply passing the record ID (GUID) of a specific record from the Account table would suffice. However, this method doesn't seem to work.
We placed the "ModelDrivenFormIntegration" in the "OnStart" property of App, intending to display the GUID in a label. Unfortunately, the label appears empty.
Could anyone provide insights or solutions to this issue?