Hello
In workflow (version 9.2.0.167), I use a Find User tool to identify an Active Directory user. This works. the user is correctly identified. LaserFiche returns Domain\username.
However, when I then go to use the Email tool in workflow to send an email to that user, workflow does not pull the email address out of Active Directory. I want to use the %(FindUser_E-mail) function in the To: line but the returned value for that field is blank. (This active directory account is confirmed to have an email account - it is used in Forms successfully.)
I read in a previous post that the LaserFiche Find User tool returns Domain\Username (as you can see below that it did) but that Active Directory itself only recognizes username. If that is so, how can I use the %(FindUser_E-mail) function in the Email tool - cutting off the domain name with a regx doesn't allow the %(FindUser_E-mail) to work.
Any help would be appreciated. Thanks.