Hi!
Users access a Sharepoint list using a Power Apps gallery. They create and view items via the Power App. For some users everything works fine, a few users are able to create the items but the created items do not show up in the gallery. Do you have any suggestions how go around fixing this?
Items property in the gallery:
SortByColumns(Filter(helpdesk_db, TextSearchBox1.Text in Title && 'Created By'.Email = User().Email), "Created", If(SortDescending, Ascending, Descending))
User's permissions for the Sharepoint site and list: Edit
Advanced settings: Read all items and Create and edit all items
Example user email: Jan.Novak@company.sk
