I have an app for approvals, and their are multiple approvers, and not all of them are the same person each time.
What I have done is, I created a table called Tracking. in this table I have a field for User and a field called “To Be Reviewed” which is a list of users as the reviewers may be multiple people. The tracking table links to the main table which is called Approval. In the Approval table, I have a field called List of Trackings
Right now, I am doing the following advanced search. But the issue is that it takes a lot of time to load
This Approvals List of Trackings: each item’s User contains Current User or This Approvals List of Trackings: each item’s To Be Reviewed contains Current User.