
Announcements
Hi all,
I'm building my first model-driven app. Its a basic list of projects we have for customers. I have created a table with the columns that cover project specific items, now I want to link this table to our customer Accounts.
How do I add a form to my solution, that enables users to enter our (customers) Accounts to my app?
Sossie
Hi @sossie07 ,
Are you trying to relate your new projects table to the Account table? If so, you should edit the Projects table and add a Lookup column for Account. See example here: https://learn.microsoft.com/en-us/power-apps/maker/data-platform/data-platform-entity-lookup
In your App that you build, you can add the Account table to the app by choosing to add page of type Table or View and then search for and select Accounts to add to your app.
Remember you need to provide the appropriate security roles to allow users to maintain your new custom table and the Accounts. https://learn.microsoft.com/en-us/training/modules/get-started-security-roles/