I have combo box field (only 1 item selected)
Item:
SortByColumns(
Filter(
SEAPR_Configuration,
Lower(LookupKey2) = Lower("ProdRegulatory" & txtcmpny_View.Text)
),
"SortItem",
Ascending
Default : ThisItem.Plstatus
DefaultSelectedItem: NOT SURE??
After submit form the combox not showing value
)