Hi all, Good day!
I'm new to Power Apps platform, I have a scenario like dual list box as shown in the above image. Any idea or suggestions to achieve this functionality in powerapps. Power Apps only have the list box.
Thanks in advance
Solved! Go to Solution.
Hi @gabibalaban
Thank you so much for your reply and suggestion. I have implemented as you explained; it's working perfectly fine..
Thanks again..
Hi @FrancisSTG ,
Is the same concept in the other topic you raised. But this time the logic will be on your small button.
For first icon use:
Collect(mySelection,myData);Clear(myData)
For second icon use:
Collect(mySelection,LeftListBox.Selected);Remove(myData,LeftListBox.Selected)
For third icon use:
Collect(myData,RightListBox.Selected);Remove(mySelection,RightListBox.Selected)
For forth icon use:
Collect(myDatan,mySelection);Clear(mySelection)
Hope it helps !
Hi @gabibalaban
Thank you so much for your reply and suggestion. I have implemented as you explained; it's working perfectly fine..
Thanks again..
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
276 | |
253 | |
87 | |
39 | |
34 |
User | Count |
---|---|
340 | |
247 | |
128 | |
73 | |
48 |