Set Auditor During Approval Initiation
Flowchart
Example flowchart is as follows:

Data Table
Data table structure is as follows:
| Field | Type | Description |
|---|---|---|
| user | User Select | Applicant |
| leaveType | List Select | Leave type, options include: annual leave, sick leave, personal leave, time off |
| startDate | Date | Leave start date |
| endDate | Date | Leave end date |
| reason | Multi-line Text | Leave reason |
| durations | Function | Leave days. Configuration content: DATE(endDate) - DATE(startDate) + 1 |
| supervisor | User Select | Approving supervisor, used to set approver for supervisor approval node |
durations configuration content:
DATE(endDate) - DATE(startDate) + 1Workflow Configuration
The initiator needs to specify supervisor approval when filling out the application form. The specific workflow configuration is as follows:
Global Settings
Add startup form. 
Supervisor Approval Node
Handler uses the supervisor filled in the startup form
Effect Diagram
Application Form:
Process Information:








