I have a combobox that is helping to filter a gallery and it is based on a text field in SP. I want to be able to autofill this combobox when a user comes to this screen while they are in edit mode for a project. I have tried this and its returning a table, but nothing shows.
Here is my code for the items property of the CB:
Filter(Distinct('External Person or Entity'.'State/Province','State/Province'),!IsBlank(Result))
And here is my current defaultselecteditems property
If(!IsBlank(LookUp(Transactions,'Request ID' = var_selectrequest_id).'External Person/Organization'),
Filter('External Person or Entity',EPO_Search.Text in Title).'State/Province',Blank())