So I have a combobox where the Items property is a list of active Sales Reps - e.g.
Filter(Employees, Dept=4 && Active=true)
- how can I display the record value if it isn't in the Items properties? Meaning, if the Sales Rep for an existing record is now Inactive, they won't be in the Items property list, but I still need them to show as the default value. However, they should not show in the dropdown if the user wants to select a new Sales Rep.
Does this make sense? Thanks!