My use case here was to store the resumes uploaded by candidate in a website directly in a SharePoint list. Below is the high level flow the process, created in Power Automate (same you can do in Azure Logic Apps as well with similar steps) Here is the output, i.e., data and file uploaded to SharePoint/Office 365 The HTTP call is expected to be made from the external application such as a web page but for the purpose of testing, here is the Postman screen used: Detailed flow Let us start with an HTTP Request Trigger. You will get a…