Book Image

Microsoft Power Apps Cookbook

By : Eickhel Mendoza
Book Image

Microsoft Power Apps Cookbook

By: Eickhel Mendoza

Overview of this book

Microsoft Power Apps Cookbook is a complete resource filled with meticulously crafted recipes to help you build customized business apps that meet ever-changing enterprise demands. You will learn how to design modern apps with the low-code approach in a rapid application development environment by achieving enterprise-wide business agility.
Table of Contents (13 chapters)

Building a file processing automation for SharePoint document libraries

Improving business activities, especially the recurring ones, is a top priority in every organization. The tedious work of repeating a set of actions for a business process can be prone to errors because the personnel tends to act by replication and without validation.

Power Automate builds upon this need to help organizations automate their tasks so people can focus on the business.

In this recipe, we will automate a business process using a SharePoint document library that handles the quotes of a given company. These quotes get created using Microsoft Word with defined metadata to help classify its contents.

When a quote is complete, users can manually execute a cloud flow, which converts the document into a PDF file with the same metadata as the original file. It also notifies the Finance team if the quote is over $100,000.

Getting ready

When using SharePoint, as far as licensing goes, a regular...