Hi i have created a gallery in powerapp and im trying to give user a view based on admin and normal user so my app goes like this Admin will create a project say name Project1 -> test -> files so this is the hierarchy of the files admin will create and i have given admin view by creating 3 galleries, gallery1 - which will show Project1 and so on and I wanted admins to see only the projects they have created my formula for
gallery1 - Filter(Documents, 'Created By'.Email = TextInput3.Text && IsFolder && 'Folder path'="Shared Documents/")
gallery2 - Filter(Documents,'Folder path' =Gallery1.Selected.'Full Path'&"/" )
gallery3 - Filter(Documents,'Folder path' =Gallery2.Selected.'Full Path'&"/" && !(IsFolder))
All i want to do is give normal user the view inside the test folder and the files created by the respective user

Report
All responses (
Answers (