Skip to main content

OK so I have a workflow that's looking at a SharePoint list for approvers.  I have all the filters in place but what the user wants is the email of the last task respondent. The problem is the workflow is looking at a field with multiple names so I can't just write that address to the field.  How can I pull that email address of the person who actually responded to the flexi task and write it to another field in the form?

 

Thanks everyone!

You can get the user from the Last Respondant variable, then parse it with a regular expression action and then make a query with ldap

See some samples here >>> Retrieve a user's Display name from their login


Reply