In this article, we will create and deploy a React Power Apps "Shaking Text Control". The "Shaking Text Control" can be used to draw attention to the text or to create a sense of urgency, importance, or excitement.
Category: PowerApps
Glowing Text Power Apps Component
In this article, we will create and deploy a "Glowing Text Power App Code component. To create the Glowing Text component, we will use basic JavaScript, HTML and CSS. CSS Cascading Style Sheets) is used to define the styles for an HTML document, including text properties such as color, size, and font. To make text glow, the text-shadow property can be used with a set of values that define the color, size, and intensity of the glow effect.
PSPDFKit Viewer Component for Power Apps
When talking to one of our prospective customers, he inquired if we could provide a custom component using PCF that utilized a PDF Viewer in Canvas Apps which could support Annotation, Signatures, etc. With reference to his requirements, I spoke with my new colleagues at PSPDFKit and they had a PDF Viewer available which seemed … Continue reading PSPDFKit Viewer Component for Power Apps
Invoke REST API from Power Automate and Power Apps
In this tutorial, we will learn how to Invoke a REST API with Power Apps and Power Automate. For this demo, we will be using the Muhimbi REST API with the HTTP action and Parse JSON in Flow all while understanding the basics of REST API.
Prevent Authentication Prompts in Power Apps and Power Automate for Custom Connectors
You have authored a Custom Connector and created a Flow associated with a Power Apps which you have then shared with your team or organization. However, when the end users started using the APP they get an authentication prompt, requiring them to enter their credentials or API key which is not ideal as this means setting up a separate, or shared account, for each user in each connector, very inconvenient. In this post, I will explain how we can work around the problem by Sharing the connection of your Custom connector with specific user or the entire organization.
Creating Power Automate / OpenAPI Extensions for Azure Functions (Fusion Development)
So, what is this "Fusion Development" you ask? Fusion development allows your business to build better applications, faster, by bringing together professional developers with amateur or hobbyist developers. If you're not familiar with fusion development, have a look at the Microsoft Learning Path - Transform your business applications with fusion development. In this post, we … Continue reading Creating Power Automate / OpenAPI Extensions for Azure Functions (Fusion Development)
Decouple the Flow from The Power App to prevent end-user Authentication Using a Child Flow
In my previous blog, we worked around for Power Apps prompts for credential during deployment problem by decoupling the Conversion logic of flow from the Power App by writing to SharePoint from the App. We then used the full version of Power Automate to attach the Flow, which does all the work, to the SharePoint list or library. In a this post I will explain how to apply the same principle without using SharePoint as an intermediate using the Child Flow.
Decouple the Flow from The Power App to prevent end-user authentication
Every since Power Apps has released back in 2016, I have been a big Fan of it. In one of my recent project, the customer wanted to Convert Power Apps screen to PDF. Everything worked fine during the testing but when the App was deployed to the end customer they started getting Authentication prompt.
Microsoft Azure Services Big Picture with Power Platform
Microsoft Azure Services Big Picture with Power Platform - Powerful alone. Better together.Microsoft Power Platform is more than the sum of its parts. When connected to Azure and hundreds of other apps, Microsoft Power Platform enables you to quickly deliver value and clear your app backlog.
Text Analytics with Azure Cognitive Service for Power Apps – Part 2
In our previous post in this series, we understood the basics of Azure Microsoft Cognitive Services: Text Analytics API and invoke the API using PostMan and Power Shell. if you are new to Azure Cognitive Service I would recommend having a look at the Introduction section in my previous blog.