Hello, Not sure if this was raised here already but I still cannot figure this out and I have also searched a lot for this but still found no answer: I have a dropdown = MainCategory which looks up from a sharepoint list so this is automatically populated based on a combo box selection which is the NameEmployee. However, when I click Edit, it does not remember the initial choice and is showing blank. I would want it to remember the initial entry.
This is the formula of MainCategory dropdown:
ITEMS: Sort(Distinct(Filter('Master Employee',NameEmployee=ComboBoxEmpName.Selected.Result),Category),Result) DEFAULT: ThisItem.MainCategory
Photo A: Initial entry is automatically populated based on the choice in the previous combo box

Photo B: In detail screen, it is showing and then I click on the Edit button

Photo C: So when I click on the Edit button, the dropdown is not showing Factory anymore. It is blank. The idea is that users may be able to edit

thanks in advance!!