To my memory, no changes have been made to the users table or the chapter events table where the row visibility/view filtering is now not working. The chapter events table rows are currently invisible to anyone with a role and is only visible when the user is set to “anyone”, which is pretty much the opposite of how it’s set up. We do have this happen with Glide somewhat often where nothing has changed but the logic seems to be applying inconsistently, and then it reverts back eventually.
Users: Has one column named “Role”
Chapter events table: Has four columns that are each set as row owner. We have 4 types of roles and each chapter event is always visible by two of those roles, and then is visible or invisible to the third and fourth roles.
This typically has the outcome of when we reference this table in the app layout, all chapters’ events are visible to Admins and ELMs, and then only Coaches or BOD assigned to a given chapter will see the chapter’s events. Currently, no rows/events are visible to anyone.
We are on a maker plan with unlimited users, and unlimited syncs. We have 1895 rows of data in use.
UPDATE: I was experimenting with adding a “fields” component and in doing so, found out that the app sees everyone’s Role column as empty. Which would explain why filtering based on a Role would have challenges generally, but doesn’t explain why it allows “anyone” to see all the chapter event rows when the row ownership is based on someone having a specific Role assignation
