Hi ,I have a requrirement to Pre-Populate the form fields (Name, Email,
Phone etc...) when a task is assigned to a user. The users are
dynamically assiged, so I am using the Find User and the Assign Task
services to locate and assign the task to the user. Since I have a User
variable that is a result from the Find User operation, I was hoping to
retrieve the user information with the attributes of the User type.I
tried to use the Set Value service to set the form field (Email) with
the email att...