Re: What are the considerations for meta data driven architecture?
Hi @nilanjenator ,
Do you want to create a Model-Driven app in your PowerApps?
Actually, the Model-Driven App in PowerApps is migrated from Dynamics 365 CRM Form App, and it use the Common Data Service Entities as the only data source. Model-driven design uses a metadata-driven architecture so that designers can customize the application without writing code. Metadata means “data about data” and it defines the structure of the data stored in the system.
The Model-Driven design is provided a UI experience to design a app without writing any code. So you just need to focus yourself on creating CDS Entity to store the data, and create some Forms, Views, Dashboards, ... related to this Entity, which would be used in your Model-Driven app later.
More details about Model-Driven app and Standard alone canvas app, please check the following video:
https://www.youtube.com/watch?v=WMlO8ngbcos
https://www.youtube.com/watch?v=3yN0-qBL8nA
More details about Model-Driven sample app, please check the following article:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/overview-model-driven-samples
Components in Model-Driven app, please check the following article:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/model-driven-app-components
Best regards,