This code is present on the Items property of the Combo Box in PowerApps form.
However, the expected data is not present in the Combo Box.
Please advise.
If(
User().Email="abc@xyz.com",
Filter(VW_ANC_WorkerPositionRate, REVPROJID=ComboBox1.Selected.PROJECTID),
Filter(VW_ANC_WorkerPositionRate, REVPROJID<>"HO_PLANT")
)