Skip to main content
Nintex Community Menu Bar

Workflow data pull writing to a field

  • October 9, 2015
  • 1 reply
  • 2 views

Forum|alt.badge.img+8

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!

1 reply

Forum|alt.badge.img+16
  • October 9, 2015

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