Hi guys,
i am currently working on a small Powerapps application to grant specific views on open tasks by specific predetermined team members. The user can predetermine the team members with a mypeople selection and the gallery than shall display a column for each team member with a sub gallery with rows for each tasks assigned to the specific team member.
I have achieved the parent gallery with the names and also filled it with a sub gallery and the tasks from the specific Plan.
The formula used in the sub gallery is: Planner.ListTasksV3("XXXXX"; "XXXXX").value
However, I can not find a way to filter the tasks by the assigned person which is shown in the parent gallery. Hence, the all tasks within the plan are shown for each user.
View with two users and the same task
I tried multiple filters but could not succeed.
Later on, I also want to integrate a filter by a specific Part within the title (as tasks are automatically generated)
Does anybody have an idea for me? (sorry if this may trivial for you, I am only starting out with powerapps right now).