The values are coming in New/Edit Form.
However in Edit, the value stored in list column is not getting selected on Page Load.

Dropdown Item - ERCollection
Dropdown OnSelect - ClearCollect(ERCollection,{Result:""},SortByColumns(Distinct(EngineeringRequest,ERNos),"Result",Descending))
Dropdown Default - ""
For default, ThisItem.ERRefNo is not getting selected while editing the form.