Hello,
I'm looking to show items in the Gallery as per system users.
As an Admin, all the items should be visible for me within the Gallery, whereas if Person "A" logs into the App, he should see only the items that are created by him/her.
I'm using below formula for the gallery items, to filter the gallery as per UniqueID into the search box
SortByColumns(Search(SPName, TextInput1.Text,"UniqueID" , "Title"),"Modified",Descending)
I tried formatting the formula as below, but does not seems working:
SortByColumns(Search(SPName, TextInput1.Text,"UniqueID0" , "Title"),"Modified",Descending); Filter(SPName,email = User().Email)