I have attachments in Nintex form and save button which saves data. When save and submit is clicked, it triggers a workflow.
Following rule makes the save button hidden for all. But it should be available for admin users.
not(or(equals(Status,"Draft"),equals(Status,"Rejected")))
How do I achieve this?