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

Community site session details

Session Id :
Power Apps - Building 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,221 Super User 2025 Season 2 on at
    Re: Select multiple people in the AssignToPage page of the Service Desk template

    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
    Re: Select multiple people in the AssignToPage page of the Service Desk template

    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,221 Super User 2025 Season 2 on at
    Re: Select multiple people in the AssignToPage page of the Service Desk template

    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
    Re: Select multiple people in the AssignToPage page of the Service Desk template

    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
    Re: Select multiple people in the AssignToPage page of the Service Desk template

    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
    Re: Select multiple people in the AssignToPage page of the Service Desk template

    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
    Re: Select multiple people in the AssignToPage page of the Service Desk template

    Thanks for this solution

  • Marshal_Jerome Profile Picture
    88 on at
    Re: Select multiple people in the AssignToPage page of the Service Desk template

    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

Coming soon: forum hierarchy changes

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 803 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 314 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 253 Super User 2025 Season 2

Last 30 days Overall leaderboard