I am trying to edit my app in a way such that the user can only see and edit their own records. I am trying to do this within the app itself and not the list.
As I list I am aware I can restrict permissions. But I am trying to do this in the app.
I need to restrict but user().Email as I use this in a "Created by" field.
How can I restrict my "BrowseScreen" by user id?
my items formula in growse gallery in browse screen:
SortByColumns(Filter([@'Template'], StartsWith('Purpose and objectives', TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))