Hello.
i am building an APP where users can save their documents based on their department.
I have a Gallery with this filter:
Filter(Database_Test,Search_Gallery.Text in Title && 'Category' in UserDepartment)
I want to be able to Filter it base on :
Filter(Database_Test,Search_Gallery.Text in Title && 'Category' in UserDepartment && 'Category' in UserSecurity)
On Start i am generating the 2 variables based on 0365security groups and department.
How can i realize this. In case a User need access to another departments documents.
For example Category = IT and UserDepartment = IT but User Security = Finance. There exists a Category with the Value Finance.
do you know if this is possible??