Hi all,
Thank you for taking your time to read this.
i have this employee powerapp that i am making that have a browse screen, Admin screen and connected to a sharepoint list.
sharepoint list details are as :

this employee powerapp will have details of the employee to fill up information such as emergency contact, bank details, home address etc.
in browse screen gallery i found a formula that able to show the entry of the employee filled up.
Filter('Employee Information', 'Created By'.Email = User().Email)
But if the HR staff is keying all the information into the sharepoint list or powerapp, it will show the employee information of the HR staff keyed in as the formula is set base on created by such as like this:

How can i allow the browsescreen gallery to only show that employee to see his/her own details even it is keyed by other person?