I am using Teams power app.
I have a combo control, whose properties are as below:
Default selected item :
If(gblReturnNewRecord,LookUp(PartsReturnStatus, ReturnStatus = "INITIAL"),LookUp(PartsReturnStatus, ReturnStatus = SearchResultGallery_3.Selected.'Status (cr333_status)'))
Items:
PartsReturnStatus
(the above is my collection name)
For new entry it is ok. It gives me 3 row to select.
But while selection during the already saved old records shows me to select as below, it should not repeat as shown (InProgress showing twice
Please guide how to control it to
