Hello
Does anyone have a simple solution for preserving the last saved value in a dropdown list (in a gallery) please?
I have checked that the reset = false but it still reverts to the first item on the list after saving the selection.
Many thanks in advance!
Solved! Go to Solution.
Hello Rezza
The lists are being populated from an excel table.
1 The Prof Contact list (Items= ProfContactTable) This currently resets to its first value (blank).
2 The Matieres list depends on the subjects boxes :Filter([Maths.Text,Aeronautique.Text, Systemes.Text,Vehicules.Text,Anglais_SH.Text],Not(IsBlank(Value)))
(This resets to first value on list)
I'm saving the values to Excel using Patch:
Patch(SUMMARYDATATABLE,ThisItem,{S1Subject:SubjectList1.SelectedText.Value,S1ProfContact:ProfContactList1.SelectedText.Value, );UpdateContext({LetsEdit: false})
Can I retain the last selected values in the dropdown lists?
Hello Rezza
The lists are being populated from an excel table.
1 The Prof Contact list (Items= ProfContactTable) This currently resets to its first value (blank).
2 The Matieres list depends on the subjects boxes :Filter([Maths.Text,Aeronautique.Text, Systemes.Text,Vehicules.Text,Anglais_SH.Text],Not(IsBlank(Value)))
(This resets to first value on list)
I'm saving the values to Excel using Patch:
Patch(SUMMARYDATATABLE,ThisItem,{S1Subject:SubjectList1.SelectedText.Value,S1ProfContact:ProfContactList1.SelectedText.Value, );UpdateContext({LetsEdit: false})
Can I retain the last selected values in the dropdown lists?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
207 | |
97 | |
60 | |
54 | |
51 |
User | Count |
---|---|
255 | |
158 | |
87 | |
79 | |
65 |