Hi all,
we are building an app where user has access to items in the list based on its 'metadata' from another list. A simplified model:
Sharepoint list 1 (Users): username, email, DEPARTMENT, ...
Sharepoint list 2 (Items): Item name, amount, DEPARTMENT
User can belong to more departments. In this case he will have more records in List 1.
We need to load her department/s into an array(?) and use these values in Filter formula.
Q1: Should we load department value into some global variable? There can be more than one.
Q2: I haven't found a way how to Filter() on more than one value, is is possible?
thanks a lot for answering these newbie questions!