web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How do I setup a multi...
Power Apps
Suggested Answer

How do I setup a multi-select LookUp column

(0) ShareShare
ReportReport
Posted on by 13
I need to create a Multi-Select Lookup column in a Dataverse Table.

I have a Labels table and a CustomUsers table with a Many to Many Relationship setup. I need a column in the Labels table to select users from the CustomUsers table. This only seems to allow a single user to be selected. How can I Select multiple users?
I have the same question (0)
  • Suggested answer
    SaiRT14 Profile Picture
    1,990 Super User 2025 Season 1 on at
    try the following:
     
    Step 1: Create a Many-to-Many Relationship
    Step 2: Use a Subgrid or Multi-Select Lookup Control
    • Edit the Labels form and add a subgrid for the CustomUsers relationship. This subgrid will allow you to add multiple users to each label record directly within the form.
    • Configure the subgrid to display the CustomUsers records, allowing you to select multiple users for a Label.
    Step 3: Saving Selected Values
    ForAll(
        ComboBoxCustomUsers.SelectedItems,
        Patch(
            Labels_CustomUsers,
            Defaults(Labels_CustomUsers),
            {
                LabelId: LabelRecordID,
                CustomUserId: CustomUser.ID
            }
        )
    )
     
    let me know how it goes! thanks
  • Shashank Bhide Profile Picture
    946 Moderator on at
    there are limited OOB options in Dataverse for multi-select inputs, one is multi select optionset, the other one is using subgrids, other than that you can implement a PCF control as shown below.
     

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 536

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard