Skip to main content

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?

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.


Reply