Hi bhoward, i've run into this myself. What i usually do is create an SPUser object and then use the Name property to get at the name of the user. // the SiteUsers property will take in a string containing the login name of the user, which is what you should already have SPUser user = workflowProperties...