Hi there!
I'm currently working on an application that includes a Form that needs an approval / review process
What i mean by that:
1. An employee fills out the form --> Then he submits the form. (He should still be able to see it but read-only)
2. The Team-leader of the employee will be notified, he can approve it or reject it back to the employee (in this case the employee should again be able to edit the Form)
3. If the Team-leader accepts it the manager will be notified he can also send the Form back to review or Export the data in the Form
(Some data required for the Form & The Form data itself will be stored in Dataverse.)
What is the best way to achieve those requirements?
Are (advanced) forms designed for such an use case?
Thanks!