Experts,
I have following table ,
Table name oki and columns are follows
mm ,planta, plantb , plantc, plantd

TableB name emailedc and columns are follows
email , plant

Existing formula
ClearCollect(mmasterv1,oki)
With this all data is replicating to table mmasterv1
Requirement is i need to restrict the materials by plant . it should look at the log in user plant and plant in oki table. Tried with below formula looks not working.
ClearCollect(mmasterv1,LookUp(emailedc,email=User().Email,plant = oki.planta )
);
Please share your expertise