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 / Select multiple people...
Power Apps
Answered

Select multiple people in the AssignToPage page of the Service Desk template

(0) ShareShare
ReportReport
Posted on by 10

Hello,

 

I want to select multiple people in the AssignToPage, I've already tested many things but nothing works.

 

Alex65_0-1696923414315.png

 

Here's what I'd like to do, select 1 or more people and once I press the save button, the selected people go into my excel table (bdd) and when I return to the TicketDetailsPage, I see the 2 selected people.

 

Thanks in advance

 

 

Categories:
I have the same question (0)
  • ANB Profile Picture
    7,250 Super User 2026 Season 1 on at

    Hi @Alex65 , How you are showing multiple person in screen? I mean which control you are using it?

     

    Thanks,

    ANB

  • Alex65 Profile Picture
    10 on at

    I use the control AssignToGallery 

    Alex65_0-1696924715066.png

    Here I'm retrieving the person's name from "TextBox8" using "ThisItem.Name" for display the text. This returns the names in my Excel table where my data is stored.

     

    Alex65_1-1696924737242.png

  • ANB Profile Picture
    7,250 Super User 2026 Season 1 on at

    Hi @Alex65 , You are using a gallery control. What is item property of gallery? Is there any specific reason using gallery? Because gallery will not allow you select multiple items. If your requirement is just to show all people as list and allow the user to select multiple people then you should use combo box with multiple section turn on.

     

    -----------------------------------------------------------------------------------------------------------------------------

    I hope this helps.

    Please click Accept as solution ✅if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.👍

    Thanks,
    ANB

  • Alex65 Profile Picture
    10 on at

    Currently, the only thing I've managed to do is link the "Sauvegarder" button so that once I've ticked it, I can save the modification. Before, just after clicking on the person, it would return to the ticket details page having added the person.

     

    Alex65_0-1696925231726.png

    To retrieve the person and then here is the button code

    Alex65_1-1696925282739.png

     

     

  • Alex65 Profile Picture
    10 on at

    Okay, I see, I was using the gallery because that's how it was with the service desk template.

  • Verified answer
    Marshal_Jerome Profile Picture
    88 on at

    HI @Alex65 

    I Guess You Are using a grid and check box for select multiple users.

    Place below code at OnCheck property of the check box and modify the columns and table names as per your data structure, below code will insert the selected record to the excel sheet. and allow the user to slect multiple users in the gallery.

     

    Patch(Table1,Defaults(Table1),{UserID:ThisItem.ID,UserName:ThisItem.FirstName});

     

  • Alex65 Profile Picture
    10 on at

    Thanks for this solution

  • Marshal_Jerome Profile Picture
    88 on at

    Please Mark the solution as solved. 

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!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard