How to - Make a Flow Chart Power App
Image Source: Shutterstock.com
Power Apps
Jul 4, 2023 10:00 AM

How to - Make a Flow Chart Power App

by HubSite 365 about David Wyatt [MVP]

Senior Staff Engineer - Intelligent Automation Developer

Citizen DeveloperPower AppsLearning Selection

When making Power Apps we are often only as good as the components we have, and although Microsoft is doing a great job at rolling out new ones

When making Power Apps, we are often limited by the components available. Microsoft is continually rolling out new ones, but Component Framework allows users to create custom components. However, there are some drawbacks to this approach:

  • It isn't LowCode (professional developers required)
  • Requires enablement in environment (potential security risks)
  • Requires premium license for users

Fortunately, with some creativity and use of APIs, we can create a custom component-like experience without these issues. In this demo, we will create a Flow diagram tool (like Visio) leveraging a free API called QuickChart.


Utilizing QuickChart API for Flow Diagrams in Power Apps

QuickChart API offers a solution for creating custom Flow diagram tools in Power Apps that does not require premium connectors or professional developers. By unloading the complexity to outside of the app, users can enjoy a seamless and efficient experience. This low-code approach allows for more accessibility and flexibility when designing and building Power Apps to suit various needs and requirements.

Read the full article How to - Make a Flow Chart Power App

Learn about How to - Make a Flow Chart Power App

Making Power Apps is all about having the right components and making the most of the ones provided by Microsoft. However, the Component Framework [https://learn.microsoft.com/en-us/power-apps/developer/component-framework/overview] offers custom components but comes with drawbacks such as the requirement for professional developers and premium licenses. Therefore, it is possible to create a custom component experience without any of these issues by taking advantage of APIs. In this demo, a Flow diagram tool like Visio will be created using the free QuickChart API [https://quickchart.io/]. This is not a premium connector as the API returns images which are then used as part of the Power App.

More links on about How to - Make a Flow Chart Power App

How to - Make a Flow Chart Power App
54 minutes ago — The App will do the following: Get list of connectors from Microsoft*; Populate dropdowns; Create diagram code url from dropdowns; Use ...
Flow Diagrams And Flow Detail Page In Power Automate
Understand what flow diagrams are and how a flow page in Power Automate works. See the different options available when creating a flow.

Keywords

Microsoft Power Apps, Component Framework, LowCode, Enablement, Security Risks, Premium License, API, Flow Diagram, Visio, QuickChart