Few questions about CDS....
Thanks!
Hi @webdevguy,
1. For detailed information about how does CDM help you, please read through: https://powerapps.microsoft.com/en-us/blog/announcing-powerapps-common-data-model/.
2. What did you mean bypass your PowerApps and edit the excel directly? Actually, if you want users to edit your excel within PowerApps, you will have to share the excel from the backend side. Or else your users won't be able to read the data from PowerApps too. This suits to all the data sources you use in PowerApps. For your reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/share-app-resources
Before you share an app, consider the types of resources on which it relies, such as one or more of the following:
Some of these resources are shared automatically when you share the app. Other resources require you or the people with whom you share the app to take extra steps so that the app works as you expect.
You can also share your connections, custom connectors and on-premises data gateway with your entire organization.
3. You could create relationship between entities.
4. So far to sync data from Excel to entity, you could use an Office add-in for Excel users to bulk edit data and analyze using Excel.
Regards,
Mona
Hi @webdevguy,
1. They are very different beasts, if you're looking for a simple table which you want to use other Excel features on - you can continue to use that. Using CDS gives you a cloud based data store, that you can add logic to, it can exceed the data limits of Excel and you can apply custom security to - you can then also start using model driven apps and other CDS features. Performance should be far better for larger relational data sets as well.
2. Security is applied at the service level for CDS, so the same permissions apply in all entry points - you can even apply user specific security so they can only edit their own records, regardless of how they access.
3. At its core, yes the entities are relational - you can then add workflows, business logic, views to extend the model.
4. Yes! You can use PowerQuery for Web to import your data and generate schema at the same time https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/data-platform-cds-newentity-pq
Hope this helps,
Clay.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
164 | |
94 | |
64 | |
60 | |
60 |
User | Count |
---|---|
243 | |
163 | |
94 | |
84 | |
82 |