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 Deselect pane n...
Power Apps
Suggested Answer

Select Deselect pane not available

(0) ShareShare
ReportReport
Posted on by 56
I want to implement a select deselect pane in powerapps as per below screenshot. But i noticed that such control not available in powerapp form. May i know how to implement that?
 
I have the same question (0)
  • WarrenBelz Profile Picture
    154,943 Most Valuable Professional on at
    What exactly are you trying to select and de-select and what from ?
  • Vish WR Profile Picture
    636 on at
     

    Use two collections

    colAvailable for unselected items and colSelected for chosen items. Initialize both on screen OnVisible using ClearCollect from your data source.

    Place two vertical galleries side by side. The left gallery binds to colAvailable and the right to colSelected. Inside each gallery row, add a button. The left button runs Collect(colSelected, ThisItem) and Remove(colAvailable, ThisItem) to move items right. The right button does the reverse to move items back.

    On form submit, use Concat(colSelected, Value, ",") inside a Patch call to save the selected values as a comma-delimited string to your data source.

    Or PCF

    Vishnu WR
     
    Please âœ… Does this answer your question 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 answering Yes to Was this reply helpful? or give it a Like â™¥
  • Suggested answer
    11manish Profile Picture
    1,196 on at
    Power Apps does not provide a built-in dual list (select/deselect) control.

    You need to implement it using two galleries and collections, moving items between them using buttons.
     
    You will create:
    • Left list → Available items
    • Right list → Selected items
    • Buttons → Move items between lists
  • Poweruser32490 Profile Picture
    56 on at
    Hi @WarrenBelz,
     
    Left pane datasource will be a sharepoint list. Once i select items and click Add, it should show in the right pane.
     
    Also, the selected items in right pane should get saved in the backend multiple lines of text column separated by semicolon/ multi choice column whichever is preferable.
     

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 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard