I'm having trouble getting security roles configured correctly so that users can see the info they need in my powerapp.
In the app, users should be able to select from a list of options in a gallery (based on a dataverse table) and then submit a new form to record a response. Everything looks just fine from my end, but my users aren't able to view the options in the gallery. I'm trying to be restrictive with what privileges they have since the underlying tables contain some sensitive information, but it seems like it should be working now with how I have it configured.
For the security roles, I based it on the 'app opener' default role, but I've added permissions for all of the tables that app is based on too. For the table that the gallery is based on, users have the following:

Shouldn't they be able to view the items in the gallery? Any thoughts would be much appreciated. Thanks!