Re: Share Dataverse row with user or group in Powerapps Canvas
Sorry for the confusion... maybe I over-complicate it 😅.
Maybe I make an example:
I want to realize a trip planner for our NGO in Germany who is sending different groups to different countries.
One or two of each group are the trip leaders, the others are supporting and are trip participants.
Let's say we send a group to Argentina and another group to Mexico.
I created the following tables:
Parent: General Trip Details
Child 1: Budget List
Child 2: Trip locations
These are the teams:
- Team Admin (overseer, not the trip leader):
- Creates the trips to Argentina and Mexico
- Has full access to all records
- Is assigning the trips to the users
- Team Argentina Write (trip leaders)
- Can read Argentina details and read, write, change, delete budget and locations for Argentina (can't view or change Mexico trip)
- Team Argentina Read (trip participants)
- Can only read the Argentina details, budget and locations. (can't view or change Mexico trip)
- Team Mexico Write
- Team Mexico Read
So far I managed that with creating two records in the teams table for each row that is created in the "General trip Details"parent table and assigned the users to the teams.

The only problem I now still have, is that I can't easily
- let users create new records in the teams table, because of security concerns and
- was not able to find an easy way to assign the teams in powerapps (canvas) to the records in the "General trip detail" parent table. It's easy in a model driven app, but not in a canvas app.
Your suggestion in my view would work if I really only have two teams that can access all the trips.
Thank you so much for looking into that. I really appreciate that!