From f20b1be622ca989031768d83059170e20aa5a352 Mon Sep 17 00:00:00 2001 From: ThatGuyGW <32301587+ThatGuyGW@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:09:13 +0100 Subject: [PATCH 1/3] Update multitable-lookup.md Add note to clarify behaviour of displayed tables to the user. --- .../developer/data-platform/webapi/multitable-lookup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/powerapps-docs/developer/data-platform/webapi/multitable-lookup.md b/powerapps-docs/developer/data-platform/webapi/multitable-lookup.md index 3265d4ebba..adc55bab03 100644 --- a/powerapps-docs/developer/data-platform/webapi/multitable-lookup.md +++ b/powerapps-docs/developer/data-platform/webapi/multitable-lookup.md @@ -28,6 +28,9 @@ power to define any other multi-table lookups they might need. > At this time users can create and modify custom multi-table lookups via the SDK or Web APIs. > Interactive user interface support will be coming in a future release. +> [!NOTE] +> When using a Multi-table lookup on a form, only tables inside the Model-Driven App the lookup is currently in will show to the user, even if the lookup has more tables configured against it. + ## Examples Let's say you're hosting media for users in a library. You have many different From f791290f9ec0e3c951b5066f85bfb47effa8c036 Mon Sep 17 00:00:00 2001 From: ThatGuyGW <32301587+ThatGuyGW@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:22:56 +0100 Subject: [PATCH 2/3] Update additional-controls-for-dynamics-365-for-phones-and-tablets.md Add Multi-Table Lookup section --- ...controls-for-dynamics-365-for-phones-and-tablets.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/powerapps-docs/maker/model-driven-apps/additional-controls-for-dynamics-365-for-phones-and-tablets.md b/powerapps-docs/maker/model-driven-apps/additional-controls-for-dynamics-365-for-phones-and-tablets.md index 7b5353a231..621cdffcac 100644 --- a/powerapps-docs/maker/model-driven-apps/additional-controls-for-dynamics-365-for-phones-and-tablets.md +++ b/powerapps-docs/maker/model-driven-apps/additional-controls-for-dynamics-365-for-phones-and-tablets.md @@ -176,6 +176,16 @@ The toggle control allows users to choose between binary values, such as on/off :::image type="content" source="media/toggle-control-example.png" alt-text="Example toggle control in a model-driven app."::: +### Multi-table Lookups + +The Multi-Table Lookup control allows users to select a record from more than one table using a single lookup field. It must be created using the Dataverse SDK or Web API, as the PowerApps Designer does not allow you to add this control yet. An XRMToolbox Tool is available titled "Polymorphic Lookup Creator" that allows for easier creation and updating of Multi-Table Lookups. + +> [!NOTE] +> In the designer this field will display like a standard lookup, displaying the first relationship the Multi-Table Lookup is configured against. + +> [!NOTE] +> When using a Multi-table lookup on a form, only tables inside the Model-Driven App the lookup is currently in will show to the user, even if the lookup has more tables configured against it. + ## AI Builder ### Business card reader From 87a64af92ae8396258c0e18ecc6a15d383625880 Mon Sep 17 00:00:00 2001 From: ThatGuyGW <32301587+ThatGuyGW@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:24:57 +0100 Subject: [PATCH 3/3] Update multitable-lookup.md Revert Changes --- .../developer/data-platform/webapi/multitable-lookup.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/powerapps-docs/developer/data-platform/webapi/multitable-lookup.md b/powerapps-docs/developer/data-platform/webapi/multitable-lookup.md index adc55bab03..3265d4ebba 100644 --- a/powerapps-docs/developer/data-platform/webapi/multitable-lookup.md +++ b/powerapps-docs/developer/data-platform/webapi/multitable-lookup.md @@ -28,9 +28,6 @@ power to define any other multi-table lookups they might need. > At this time users can create and modify custom multi-table lookups via the SDK or Web APIs. > Interactive user interface support will be coming in a future release. -> [!NOTE] -> When using a Multi-table lookup on a form, only tables inside the Model-Driven App the lookup is currently in will show to the user, even if the lookup has more tables configured against it. - ## Examples Let's say you're hosting media for users in a library. You have many different