Hello, I need help. I have a Collection called 'filterAssignedTo' which contains Emails, and a Database called 'fskDatabase' which has a column named 'Assigned To'. The type of the column is Sharepoint List Person, so it is in the form of table in Power Apps.
Simply put, I want to filter the 'fskDatabase' based on which email(s) of 'Assigned To'.Email is in 'filterAssignedTo'. The 'filterAssignedTo' may contain more than one record and similarly, 'Assigned To' may contain more than one person.
How do I possibly achieve this? Thanks in advance.