In my PowerApp I have 3 tables in Dataverse:
- Decision
- Objective
- Meeting
Decision has Many-to-Many relationship with Objective and Meeting. And the access level for the records in these tables is user only. To share the Decision record with other users inside organization I have created a cloud flow and I have given read,write,append and appendto access.

Now the problem is that the related records from Objective and Meeting table are not shared.
So, the use case here is if I have 2 Objectives and 1 meeting records which is related to Decision these records should also be shared with the users when I share the Decision record.