Currently, if we select multiple options in a combo box, it shows number of items selected but not the actual item detail. like 3 items etc.
How can i change it so that it shows proper detail?
Secondly, my data source SP list has few items which allows users to manually add iytems if not select the given one. But the powerapps shows a combo box and it doesnt allow to manually add an item. How should i fix this?
@Anonymous
Here's my response to your two questions:
#1 Make the ComboBox wider to show more selections OR create a new list box and put this code in the Items property to show all selections.
ComboBox1.SelectedItems
#2 Is the option described in this post acceptable to you?
Also, you can also go vote for the Idea to be included in a future version of PowerApps
https://powerusers.microsoft.com/t5/PowerApps-Ideas/SharePoint-Choice-Fill-in-option/idi-p/83218
https://powerusers.microsoft.com/t5/PowerApps-Ideas/Combo-Box-Text-Entry/idi-p/93797
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
User | Count |
---|---|
195 | |
126 | |
91 | |
48 | |
44 |
User | Count |
---|---|
280 | |
163 | |
138 | |
81 | |
76 |