Assign task to user

Hi all!

I would like to set a variable (user name) in the formular and assign the following task to this user.
Which is the best way to accomplish this? Another try was getting the user id of the user name and set it as filter. But i’m not really sure how to get the id (by script?)

Best regards

1 Like

The Engine API provides an IdentityAPI interface from where you could get the user id. Hope this would help.

Thanks for your reply! I will give it a try!