Replace claims id to just get email in Nintex Form

  • 1 February 2018
  • 1 reply
  • 16 views

Userlevel 3
Badge +9

I am trying to use the Nintex Form Replace function to get the email out of a people field

 

Replace(fieldName, "i:0#.f|membership|","")

 

When I apply it to this (i:0#.f|membership|user@email.com) I get this (||user@email.com).

 

So obviously it is using regex.  However if I add the escape backslashes in front of the two pipes, it still doenst work.

 

Anyone have this working or know how to make it work?


1 reply

Userlevel 5
Badge +13

Hi Brent,

Try enclosing the "pipes" in brackets like this:  [|]

Reply