Hello,
I am now faced with the following situation and I need your help.
I would like to make a sharepoint 2013 workflow that takes as a parameter the user who has logged to fill for exammple a form to perform a certain request. once it is Submitted, the workflow will make a loop to find his supervisor (N +1) which will return later to confirm or reject the request. in case it is validated by the superviser (N+1), the superior (N +2) enter also to validate or reject the request.
So I want to know how i could make these verifications on the user that should give his validation dynamicaly under visual studio
NB : i have already created two lists : approver info ( editor, team leader, Manager) andrequest WF
Thank you