Using MS PowerApps how can I make it so that a user can create records, but only view/edit/delete records they created themselves, i,e not see any records created by other users.
Furthermore can this be group based? so two users that belong to to the same group can view/edit/delete records created by users in the same group?
there is not a lot of documentation about this, the only docs I have find specify User access to entities, but I need more granular access than that.
This is not supported today. We are thinking about scenarios like this. Please add your request to https://aka.ms/powerapps-ideas
Depending on the back end that you are using you might be able to work around this limitation by making sure that your back end returns rows that are belong to the current user, and rejects edits when user doesn't have permission. However, this can be very complex, and not possible for services like SharePoint.