Hi I'd like to know if it is possible to restrict the access of a logged in user to only those rows in a table that the user is a member of an assigned group? (Such as users from the same company etc)
I'm new to power pages and haven't used Power Apps before or are that familiar with the dataverse.
I've been through the tutorial on restricting row access based on the contacts table, and I've also tried the power page example for the Building Approvals site, where a user can only see the records they have submitted themselves, however it would be good to be able to extend that principle to allow the user to see all records from other users in a group that they have been assigned to by a administrator and not be able to see the rows from other groups.
I don't think web roles would be suitable as it would be good be able assign new groups on the fly without having to publish the website each time a new group is added or deleted (Maybe I have the wrong understanding about web roles and they can be extended on the fly?)