Hello,
In my Datasource excel I have a column with mail id's, In app, I am trying to write a code where logged in user should only see his/her allocated records. But the below code is not working.
Any help is appreciated.
I have set one variable for User().Email when MyRecords button is selected:
OnSelect = Set(varLoggedInUser,User().Email)
and
Inside Gallery window I am adding below filter - (Mail Id is my column name in datasource)
Items = Filter(SampleRecord,'Mail Id'.Email=varLoggedInUser)
Do I need to do any changes ?? or missed any part ?