I am trying to have a form emailed to a user for approval. It is not completing this task. I am filling a field based on a data source. Once a location is picked the field is filled with the managers name. The user task is set to email based on the user in the field. The process keeps terminating once it reaches this task.
Question
Question
my form fails to email based on a variable
Answer
It looks like it is looking for a user named anonymous. I am not sure why it is not looking for the name filled within my field.
I don't believe it is actually looking for _anonymous, I think that's just what it reports. So more than likely the username you are passing using the variable is not in the correct format to assign a user task. There are a few different ways it needs to be formatted depending on your setup.
If it is a forms participant user, it needs to be the employees email address. If you are using named users with windows accounts, it needs to be in the format of "domain\username". If it is a named user using a Laserfiche account, it needs to be the exact way it is in the Laserfiche admin console.
We added a data base lookup and now I am able to fill my field with a user from the forms server.
Thank you for you help