Hi guys !
I need help. In my form I have a combobox which gives me a list of names. When i select one of them, it is perfectly stored into my SharePoint list. I also added a code; when a number is selected, the second combobox (persons) should be filled. This works fine and I can also see in my collection that de default selected item is stored in the collection, but I have no idea why this is not saved in my SharePoint list. It returns no error, and all the other fields are perfectly stored as it should.
My code is as follow:
Datacard:
update = comboboxNames.selected
Combobox
defaultSelectedItems = collectionDefaultSelectedManager.DisplayName
Items = collectionPersons
Can someone help me? 🙂
Solved! Go to Solution.
I found the solution. I was missing First() around my collection.
I found the solution. I was missing First() around my collection.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
192 | |
45 | |
44 | |
38 | |
35 |
User | Count |
---|---|
262 | |
83 | |
82 | |
70 | |
69 |