Skip to main content
Nintex Community Menu Bar

pull data from LDAP string

  • November 21, 2017
  • 1 reply
  • 3 views

Forum|alt.badge.img+1

I have ldap output

CN=TinyTim3,OU=Pending Assigment,OU=SplitPositions,OU=Staff,DC=instructional,DC=savannah,DC=chatham,DC=k12,DC=ga,DC=us

Sharepoint and Nintex workflow 2013

How do i get the text   TinyTim3     extracted from this string?

Do i use regular expression? If so what would extract the data?

I tried Query XML to no success.

Thanks for your help.

1 reply

Forum|alt.badge.img+9
  • November 22, 2017

Use the Regular expression action with extract operation:

210909_pastedImage_3.png

explanation of regular expression (?<=CN=)[^,]+
210910_pastedImage_4.png