Hello All,
I have created a powerapps application to view selected plans and then filter them based on buckets and tasks.
I have created a create new task section which creates tasks under a particular but I can only assign one user to the task. Later when I try to update the tasks details, I can update the title, duedate and other fields but cannot do the same for "assign to field".
My main show stoppers for me right now are:
- How to add multiple users to same task while creating a new task?
- How to update assigned user or users for an existing task?
I am using planner.createbucketv2, planner.creatasksv4 and Planner.UpdateTaskV3 in my powerapps code. Any help around this is appreciated!