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)

Creating a customer success solution using sentiment analysis

Building solutions for business departments is an essential task for Power Platform makers. Finding manual procedures that can be automated is our goal.

This recipe will help the marketing department discover customer success stories using AI Builder's sentiment analysis by examining the company's Twitter feed to find positive comments using built-in canvas functions.

Getting ready

The connection that the application will use is Twitter. You can authorize this connection using credentials (shared application) or using an authenticated application created on Twitter. For more information regarding this, please visit https://developer.twitter.com/en/docs/authentication/oauth-1-0a

The application created in this recipe is available from our GitHub repo at https://github.com/PacktPublishing/Microsoft-Power-Apps-Cookbook/tree/master/Chapter08

How to do it…

This recipe will use a SharePoint list...