Hi, i have a gallery with a sharepoint data source and currently have the items of the gallery filtered so that user can only see what they created. However, i would also like to add an additional email address so that this user would be able to login and see all entries in the gallery. i thought maybe something like If(User().Email=user@bbb.com, true, Filter(KBXoffline, 'Created By'.Email = User().Email)
I currently have this in the items;
Filter(KBXoffline, 'Created By'.Email = User().Email)
Kind regards,
Matt383