I have a worklflow in VS2005 with task forms. Now I need to check which user has opened this form, but I don't know how.
Does anybody know, how I can do that Thanks!
You can use an expression in info path. just add a hidden field to the form and set its default value to UserName().
Hope this helps