approving a request based on type of leave

  • 1 May 2019
  • 1 reply
  • 0 views

Badge +2

I have a leave request form where the request must be sent to manager for approval based on type of leave. For example annual leave must be approved by line manager and study leave is to be approved by HR manager. Type of leaves is in drop down menu.

So far the workflow sends the request to the line manager. I have made some adjucments to the workflow to the required, what I did was: insert "run parallel actions" which derives the "Run if"control. I have set formula for the run if control but it doesnt work.

Any advice? 1759i5D31ADA6626E8407.pngRun if controls are minimized.

 


1 reply

Userlevel 5
Badge +14

from your description is not clear what exactly means 'it doesn't work', how did you configured run-if conditions, etc.

 

 

anyway, I'd suggest a bit different apraoch.

based on leave type populate a variable (eg. varApprover) with repective approver account.

afterwards use single approval task regardless of leave type (so no parallel action) and configure task assignee to varApprover

Reply