Hi @v-qiaqi-msft
Thank you very much for your comment🙂
1). how you define the status from a ner form, is there is a dropdown control to select status? I found that the two conditions seems to be so similar, you should tell me that how you capture the status respectively in new form and edit form
For the definition of the status, “Draft” is set as Default in SharepontList.
When HR submit the new form, the status will be changed to “1.In progress by Manager” which formula is OnSelect:Set(varStatus,"1.In progress by Manager");SubmitForm(NewForm1);
2). how you define the user role of the user who submits the form, the user who fills the form will select the Role?
1.One member from HR ,who is granted as Admin role from the beginning, will edit a new form as Draft.
2.HR will select a Manager from "Hiring manager name" and submit this new form to the selected Manager.
3.Then the manager will open and edit the same form as Edit Form.
I would like to set so that one Validation for NewForm can work only for HR member and another Validation for EditForm can work only for Manager.
But when HR clicks the submit button, the validation which is set for Manager, works incorrectly and HR can't submit.
