Webinar: How to Build an HTML Self Service Expense Form (Part 3 of 3)

Please enter an email address
Please enter a first name
Please enter a last name
Please enter an organization
html self service request

Expenses are a recurring monthly task that can be time consuming for employees. Making this as painless as possible for employees is crucial. In this final webinar session of our Microsoft 365 Forms and Workflows webinar series, we are going to dive deep into our HTML expense form solution, how it is secured and how it works.

In the webinar, we are going to dig into the technical bits below:

  • HTML and JavaScript based expense form
  • Hosted in an Azure App Service and secured by Azure AD
  • Also hosts a .NET Core Web API
  • Form submits to the API
  • API securely submits to a Logic App Workflow
  • Logic App applies business logic and submits the data to a SharePoint list
  • Folder structure and security in SharePoint built by a PowerShell script that pulls the data from Azure AD
  • Approval process happens in Logic App workflow