Skip to main content

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.

,

Create a rule and use this condition on the button:

not(UserEquals(userProfileLookup(Current User,"PreferredName"),{ItemProperty:Author}))

then Hide.

Item Property: Author is using the CreatedBy field. Hope it helps.


Thought of that but userProfileLookup    won't work because we currently only have Foundations.


Bruce Stemplewski,

Could you please share the resolution to your issue, others on the community may benefit from that. Thanks.


Reply