Hi PowerApps folks!
I am moving a client from Sharepoint lists and Word doc forms into a Model Driven App with CDS as backend.
In these forms there a lots of sections with tables capturing data needed i.e.
| Asset | Estimated Value | Debt | Lending Institution | Comments |
| Asset 1 | 900000 | 560000 | Bank 1 | blah blah |
| Asset 2 | 8000 | 0 | Bank 1 | random text |
| Asset 3 | 548888 | 98000 | Bank 2 | comment 3 |
What is the best way to do this in Model Driven App forms?
Is it create an entity for the items being captured and insert a quick view form within the main form, simialr to the way capturing contacts works?
Or are there other methods that people have used that work well?
So create an Asset entity(Table) with the columns required and pull it into my main form?
Thanks!
Mark