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)

Expanding communications with custom connectors

At the time of this writing, there are more than 400 connectors available for the Power Platform. This number means that many organizations, besides Microsoft, support using this connectivity solution for Power Apps, Power Automate, and Logic Apps.

You can find connectors from Adobe, Amazon, Jira, and Twitter, just to name a few. But what happens if you need to connect to an Application Programming Interface (API) created in your organization, or perhaps you need to go beyond what the Twitter connector offers? For these scenarios, there are custom connectors.

They allow creating a set of methods that connect to a specific endpoint with the properties you define. These can then be shared across your organization and even certified by Microsoft to be available for all users of Power Apps, Power Automate, and Logic Apps.

For more information regarding this, please visit https://docs.microsoft.com/en-us/connectors/custom-connectors...