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 / Drag and Drop datacard...
Power Apps
Unanswered

Drag and Drop datacard in powerapps

(0) ShareShare
ReportReport
Posted on by 388

Hi,

 

I would like to create a drag and drop functionality in powerapps new form.Is it possible?Any help/suggestions would be greatly appreciated.

 

Like  in a datacard I want to add two boxes, Box A with multiple options and if I select option in Box A, then that option should be displayed in Box B and on the selected options should be saved when new item is created.

 

Thank you,

 

 

Categories:
  • StalinPonnusamy Profile Picture
    Super User 2024 Season 1 on at

    Hi @aaedla 

     

    Overall Look like below

    StalinPonnusamy_0-1637556033613.png

     

    Set the Screen OnVisible property to

    ClearCollect(ColUnSelected,Items expected to list);
    //Sample
    //ClearCollect(ColUnSelected,Choices(IssueTracker.Priority));
    Clear(ColSelected)

     

    Insert a List Control (ListBox1) and Set the Items property to 

    ColUnSelected

    Insert another List Control (ListBox2) and set Items property to

    ColSelected

     

    Set the On select property of the Arrow button to

    Collect(ColSelected, ListBox1.Selected.Value);
    Remove(ColUnSelected,ListBox1.Selected)

     
    Thanks,
    Stalin - Learn To Illuminate

  • StalinPonnusamy Profile Picture
    Super User 2024 Season 1 on at

    Hi @aaedla 

     

    I forgot the deselect

     

    StalinPonnusamy_1-1637556365628.png

    Collect(ColUnSelected, ListBox2.Selected.Value);
    Remove(ColSelected,ListBox2.Selected)

    StalinPonnusamy_2-1637556406997.png


    Thanks,
    Stalin - Learn To Illuminate

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard