1. Home
  2. Knowledge Base
  3. Microsoft
  4. Power Apps
  5. Default Value Look Up Field – PowerApps – SharePoint
  1. Home
  2. Knowledge Base
  3. Microsoft
  4. SharePoint
  5. Default Value Look Up Field – PowerApps – SharePoint

Default Value Look Up Field – PowerApps – SharePoint

It is not possible to filter a LookUp field in PowerApps. To make this possible anyway, we use the default value of the LookUp field and write the selection of another dropdown in there.

To set the default value of a LookUp field, you can use this Azure function in the “DefaultSelected Items” field:

{
    '@odata.type' : "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference";
    Id : MyGallery.Selected.ID;
    Value: MyGallery.Selected.Title
}

This makes it possible to fill or pre-fill LookUp fields with other values!

Dieser Beitrag ist auch verfügbar auf: Deutsch (German)

Was this article helpful?

Related Articles

Submit a Comment

Your email address will not be published. Required fields are marked *

Published on - 20. Mar 2020
Modified on - 2. Apr 2024
Views - 56
Likes - 0

Do you need help?

Kontaktiere uns gerne :-)
Contact Support
Skip to content