Announcements
Hi guys
is there a possibility in Power Apps to display multiple Dataverse tables in one form?
Looking forward to a replyGreetings
No, a form can refer to only one table. However, you can use LookUp() to find values in other tables to use in your form, or leverage a related table column from Dataverse. In addition, it is possible to use Patch() to update a value in a second table while letting the form do its work with the first table.If you can share more about what you are trying to achieve, the Community may have some additional info to help.
Regards,
Bryan
Hi @BCLS776,
first of all thank you.
I have an app to create a digital report. First, I request certain information via forms. In this process, I feed a large dataverse table. In addition to the large table, I have 3 small tables for information which require multiple inputs.
After the user has filled in all the information, he has the possibility to look at the report again or to edit it.For this purpose I use a large form in view mode or via a button in edit mode.
So far this form only shows the large dataverse table.However, the information from the 3 small tables must also be displayed and editable.
@HannesIvo wrote: Hi @BCLS776, first of all thank you. I have an app to create a digital report. First, I request certain information via forms. In this process, I feed a large dataverse table. In addition to the large table, I have 3 small tables for information which require multiple inputs. After the user has filled in all the information, he has the possibility to look at the report again or to edit it.For this purpose I use a large form in view mode or via a button in edit mode. So far this form only shows the large dataverse table.However, the information from the 3 small tables must also be displayed and editable.
In this case, consider building several form controls adjacent to one another on the screen, with each form control linked to its own table. You may be able to create an interface that is seamless to the user but is in fact composed of multiple form controls.Form controls are always a good first choice due to their built-in functionality; however, you can still use Patch() to create and edit records in various tables if that's better for your app.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 358 Most Valuable Professional
11manish 214 Super User 2026 Season 2
Mohsin Ali 185