Hi Power Apps Community,
I currently have an app where the user is required to select a value from the 'Store' dropdown. Once the selection is made, it will filter the second dropdown which is 'ProductList'.
Filter(Store, StoreName = dropdownstore.Selected.Text)
The user is then required to select a value from the 'ProductList' dropdown... BUT, based on the 'OwnerList' we can see that there are various Owners associated to a 'ProductName'.

Therefore, I would like to filter the 'ProductList' based on the 'Owner' (who is the logged in user) so that the logged in Owner may only see ProductNames which belong to them.
I would really appreciate any assistance.
Thank you in advance.