So im on literally the final step to my app build and have run across this problem.. I have filtered my list so that the user can see only what they have created in the app and what I have manually assigned to them directly via sharepoint. However... On my screen I see my own items and also all the items that I am manually assigned to others because of the 'Created By' field. How can I hide or filter away items that I have created but ARE NOT assigned to me?
Currently my Gallery code is as follows:
Filter('Datasource', 'Created By'.Email = UserEmail || 'Manually Assign To'.Email = UserEmail)