User Profile
cazcz
Copper Contributor
Joined 4 years ago
User Widgets
Recent Discussions
Re: Assign a task to multiple users - PowerApps
Sharif Alhennawy This took me way too long to figure out how to implement. Here is an example for anyone else: Planner.CreateTask(planID,taggedLabVar&"-"&ActionText.Text, {bucketId:bucketID, startDateTime:UUID, dueDateTime:DateValue5.SelectedDate, assignments:Concat(Assignees.SelectedItems,Id,";")}) Assignees is the Combo Box itself. Ignore the start date as a UUID, its just a value I made to use as a primary key for separate table.9KViews1like1Comment
Recent Blog Articles
No content to show