I was asked by a customer how they could monitor an email inbox that was used to capture their customer support requests. They wanted to retrieve all the messages in the inbox that had not been replied to and then send an email to the support engineers making them aware of the lack of response….
Category: Power Platform
Adventures with Power Apps: Creating Solutions for Existing Components
I create a Canvas App and a Power Automate Flow. The Flow takes a name input and returns text in the format of Hello name!. Just as a heads up, I also include the name of the flow, as I have multiple flows that do similar things. The Canvas App allows the user to provide…
Adventures with Power Apps: Create a Custom Connector for an API Hosted in an Azure Function Secured with Azure AD
I have an Azure Function that is secured with an identity provider that authenticates against Active Directory. I configured the identity provider using the app registration I created in a previous article, see Adventures with Power Apps: Create a Custom Connector for an API Hosted in Azure APIM Secured with Azure AD – Matt Ruma….
Adventures with Power Apps: Create a Custom Connector for an API Hosted in Azure APIM Secured with Azure AD
I have an API hosted in Azure APIM with a jwt-policy that validates against Azure AD, boy, that was a mouthful! My jwt-policy is located in the All Operations for my API. I created an app registration for my API. I gave it a more “friendly” Application ID URL and exposed an API in the…
Adventures with Power Apps: Create an API Custom Connector
In this example we will create a custom connector for the Star Wars API, The first thing we need to do is create a connector for the Star Wars API. From the Power Apps Portal navigate expand the Dataverse menu and click Custom Connectors, then click New customer connector. Select Import an OpenAPI form URL….
Adventures with Power Apps: Don’t Forget Those Pesky Table Permissions
I created my first Power App. The app, a canvas app, is supported by (2) tables in the Dataverse. The app manages meetings for an internal community. It allows members to sign-up to speak to the community on a topic relative to the community. I shared by app with my teammates, giving them all Basic…