Prerequisites: Approvals Explained. Storage path or cloud provider credentials for document upload.
Build a document approval workflow from template #92: upload a file, request reviewer approval, and log the request for audit.
What this template does
- Upload Document — stores file under
documents/pending. - Request Document Approval — routes to document reviewer.
- Log Approval Request — CSV audit trail.
Step 1 — Load the template
- Studio → Templates → search
Document Approval. - Load template #92.
Step 2 — Storage
- Configure Upload Document with your storage provider and base path.
- Set Source file path and Destination path using
{{fileName}}placeholders.
Step 3 — Approval
- Set reviewer email in Request Document Approval.
- Decide in Jobs → Approvals during testing.
Step 4 — Archive on approve
Extend with a Switch after Check Approval: on approve, move file to documents/approved/ with a second Upload/Move node.
Related tutorials
- Change Request Approval Pipeline — IT change management.
- Employee Onboarding — welcome document upload.