I have a SharePoint list where I've edied the default form. I added a dropdown field to replace a text field. The dropdown gets its values with Distinct(TABLE, COLUMN), where the COLUMN has the first row as blank, so that the dropdown's default value is blank.
When I edit an item in my SharePoint list, the edit mode of the form has the dropdown correctly grabbing the COLUMN value in that item.
The issue is that after editing an item in the list, if I try to add a new entry in the SharePoint list, the dropdown will retain the last value it had from the last item edited.
Is there a Dropdown or Card property I can edit to have the dropdown reset to the first value of the column setup in its Items field?
I'm just starting to use PowerApps, and I may be describing things unclearly. I've found similar issues mentioned in passing in two other threads, but with no solution provided.