I have a form that I am looking to disable fields for anyone that is not part of a group (QA Submission) in this case after it has been submitted (no ability to edit). I have created a calculated column that flips from 0 to 1 (hidden field) once submitted. I want to use that, as well as the logic fn-IsMemberOfGroup(QA Submission).So basically, once a form is submitted, it checks the submission status and if they are not a member of the QA Submission group disables the field.
Logic to check for status {ItemProperty:Submitted}!="0"
Logic to check for group. I just cant figure out the NOT (!, not, etc) function and the ability to combine them into one. fn-IsMemberOfGroup(QA Submission)
Can anyone help combine these functions into one? As always, thank you for your help and I hope everyone has a wonderful day.