How do I display a button to the creator only on a Nintex form.
In the visible property I have tried:
fn-Equals(Current User,Created By)
and
fn-IsCurrentUser(Created By)
In a rule I tried:
not(userEquals(Current User,{ItemProperty:Author}))
but nothing seems to work. It seems that CreatedBy returns the Display name. At least that is what it does in a formula field and CurrentUser returns the login name.