Hi all,
I´m struggling since hours to implement a requirement in a Nintex form:
The goal is to show or hide the save button based on a group membership within a multi step approval workflow.
E.g:
The "creater" group should see the save button, if they create a request. If they have created the request and saved, the "Approver" group should check the formular, but in this time the create group should not be able to change the formular and therefor I want to hide the save button.
This is what I have implemented at the save buttons as an expression:
fn-IsMemberOfGroup("Creater") && Is New Mode or fn-IsMemberOfGroup("Approver") && CurrentResponsibleSharePointGroup == Approver
It seems, that even the first part does not work and I don´t know why. Any ideas?