Hi everyone,
I am making an app which shows our different plans in our Group, with the different buckets. First 2 can be selected by dropdown.
Then the tasks from selected bucket are shown in a gallery.
Filter(Planner.ListTasksV2(Dropdown1.Selected.id).value;bucketId=Dropdown2.Selected.id)
Then I have a gallery which only shows description from selected task:
Planner.GetTaskDetailsV2(Gallery6.Selected.id)
Then I have some labels which show details from the task. For example:
Gallery6.Selected.startDateTime
So far everything works fine. What I am not getting to work is how I can show who the task is assigned to.
Hopefully you can help me with the answer to this.
Kind regards,
Roger Middleton