Summary

In this guide, we walk through the process of creating intelligent, data-driven business applications using Microsoft Power Platform. From logging into Office Online and setting up a SharePoint site, to building and integrating AI models with Power Apps, this tutorial provides a practical introduction to streamlining operations with low-code tools.

You’ll learn how to:

  • Set up a Microsoft 365 Developer account

  • Create SharePoint lists from Excel files, templates, or from scratch

  • Build and train AI models using AI Builder features such as category classification, object detection, and prediction

  • Integrate your AI models into custom Power Apps applications

  • Store user inputs and application data directly into SharePoint lists using the Patch function

With clear steps and helpful tips, this resource is designed for professionals seeking to explore the full capabilities of Power Platform for business automation and intelligent application development.

Key Knowledge and Tips

  • To start using Power Platform, you  need Microsoft 365 Developer Program account
  • We can create SharePoint list from an Excel file and automatically load it with data from it
  • We can create SharePoint list from blank
  • We can create SharePoint list from several SharePoint templates
  • Category Classification,  Object Detection, and Prediction are AI models that exist in the AI Builder
  • To change elements properties in the Power Apps designer, we can either change all elements properties on the Advanced tab on the right side of the designer or change some elements properties on the Properties tab on the right side of the designer
  • we can use the Patch function for adding or editing data source records from a Power Apps application