Dear community,
I couldn't find a solution after hours of failed tentatives and investigation.
I have an app where the user can submit a form creating an item on sharepoint list ('Requests') and a workflow is generated collecting the respective Approvers from another sharepoint list ('Approvers') according to the Country and Category chosen in the form _ flow working properly.
In the app I have a list (gallery) with all requests (sharepoint list) and many dynamic filters can be chosen by the user.
But one of the filters is fixed and applied to the gallery:
- the user() only can see the request if the user() is one of the intervenients of the process, either as creator or as approver.
Approvers list (Approver 1 and 2 are person columns with multiple values allowed).
| Country | Category | Approver 1 | Approver 2 |
| A | 1 | Paul | Matt |
| | | Andrew | Thomas |
| | | John | |
Should I change this 'Approvers' list in order to simplify it?
How can I achieve this filter in my gallery?
Thank you!