function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TeddyAbleTeddyAble 

Create and Assign a Task Based on User choice pick

Hello guys;

 

Can you tell me how do i go about creating a task and assigning it to users based on user selection

 

Im using the Desktop Designer 

 

Any Idea suggestions would do.

 

Thank you in Advance.

RobbiePRobbieP

You should be able to:

- Add a Data Source for the User object

- Create a Dynamic Choice for the User selection

- Add a Data Target for the Task object

- Create a Data Update to add a new Task using the Id from the Dynamic Choice to assign it properly

 

You will need to play around with all of the parameters that can be assigned for the task record in order for it to work right for your specific needs, but that's it in a nutshell.