Hi.
I am a fairly new Power Apps user, looking for a way to make comboboxes recall the last selected input for an app I am making.
It requires that the user can return to the form and edit their choices without losing the input in their comboboxes once data is submitted to the form.
Currently I have gotten to the point where I can display the relevant text from the related datacard in the combobox using the DefaultSelectedItems property using the code "{Value: DataCardValue2.Text}".
However, if I submit that form, return to the edit screen, then submit the form again without changes, the resulting output on the relevant datacard is blank. This means the user has to input into ALL the comboboxes again every time they make a mistake and want to edit something. That is not intended and time consuming.
I am using an excel sheet as my datasource.
The Comboboxes are single-choice.
I know I am not providing a lot of information, so please ask for the relevant information as I am new and not entirely sure what is necessary, to explain the problem I am having.