Hi PowerApps users,
After selecting a record in Browsegallery and submitting this record, values from combo boxes are not written in SP.
As values I have:
- Data Card Default= BrowseGallery.Selected.'Column Name'
- Data Card Update = ComboBox1.Selected.'Column Name'
- DataCardValue Default = ComboBox1.Selected.'Column Name'
- Combobox1 = [Browsegallery.Selected.'Column Name']
What do I have to change so that the combobox value is also in SharePoint if it is not changed after opening selected record from browsegallery?
Thanks in advance!
If the underlying column in your datasource is a Choice column, then you will need to supply a record for the update.
If your BrowseGallery is supplying the record you are editing (assuming based on the "DataCard" in your post that this is in an EditForm), then your Item property of the Form should be BrowseGallery.Selected
Then, the Items property of the Combobox should be Choices(yourDataSource.ColumnName)
Your Default property should be ThisItem.'Column Name'
Your Update property should be Combobox1.Selected
The DefaultSelectedItems property of the combobox should be: Parent.Default
I hope this is helpful for you.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
200 | |
96 | |
56 | |
51 | |
41 |
User | Count |
---|---|
264 | |
157 | |
83 | |
80 | |
56 |