Skip to main content
Nintex Community Menu Bar

checking if a current user is a task assignee in O365

  • November 25, 2017
  • 1 reply
  • 8 views

Forum|alt.badge.img+1

I need to create a rule in the task form checking if a current user is a task assignee (Assigned To task column). I'm  using Nintex workflows for O365.

 

Current rule is not working:

AssignedTo==Current User (Login ID)

 

Is it possible to make a form Read Only if the current user is not an Assigned To user?

1 reply

Forum|alt.badge.img+9

You could put whatever you want to make read only inside a panel and add a rule for the panel as currentuser!=named control assigned to from formula builder and check disable. currentuser is under common inside formula builder.