Form Settings
Manage approvers and integration
Approver List Source
Not configured
Enter a Read API URL below to pull approvers from SharePoint automatically.
SharePoint Integration
Local Approvers (Fallback) Used when no Read API is set
These approvers are used if the Read API URL is empty or unreachable. When SharePoint is connected, this list is ignored.
NameEmail
Power Automate Setup

Flow 1 — Read Approvers (returns the SharePoint list)

  1. Create → Automated cloud flow
  2. Trigger: When an HTTP request is received — set Method to GET
  3. Action: Get items (SharePoint) → Site: your SP site, List: TimeOffApprovers
  4. Action: Select (Data Operations) → Map: name = Title, email = Email
  5. Action: Response → Status: 200, Body: @{body('Select')}
  6. In Response, add Headers:
    Access-Control-Allow-Origin: *
    Content-Type: application/json
  7. Copy the HTTP GET URL → paste into Read API URL above

Flow 2 — Submit Request (sends approval email)

  1. Trigger: When an HTTP request is received — paste this schema:
{"type":"object","properties":{"employeeName":{"type":"string"},"approverName":{"type":"string"},"approverEmail":{"type":"string"},"startDate":{"type":"string"},"startTime":{"type":"string"},"endDate":{"type":"string"},"endTime":{"type":"string"},"timeOffTypes":{"type":"string"},"mixedBreakdown":{"type":"string"},"extendedMedical":{"type":"string"},"coveragePlan":{"type":"string"},"submittedAt":{"type":"string"}}}

↑ Click to copy

  1. Action: Send an email (V2) — To: approverEmail, Subject: Time Off Request – [employeeName]
  2. Copy the HTTP POST URL → paste into Submit Webhook URL above

SharePoint List: TimeOffApprovers

Create a list in your SharePoint site with two columns:

  • Title — rename the default Title column to Name
  • Email — Single line of text
Time Off Request
House Clerk's Office
1
Employee
2
Time Off Details
3
Coverage Plan
Employee Information
Please enter your name.
Please select your approver.
Time Off Details
Start date is required.
End date is required.
Please select at least one type.
Please select Yes if either applies:
• You are taking 10 or more workdays off
• You are taking 3 or more days for a medical procedure (for yourself or a family member in your care)
Please select Yes or No.
Member Coverage Plan
Confirm your coverage arrangements before submitting. Your approver will receive this information with your request.
Please describe your coverage plan.
Request Submitted
Your request has been sent to your approver.
You'll receive a notification when a decision is made.