Category Archives: Power Apps

How to call Epic on FHIR using Postman?

Summary I was tasked to get Sandbox Epic test data using FHIR APIs. This article will briefly demonstrate how to setup the App on Epic?, How provide required permissions for the App? and How to call the API using the … Continue reading

Posted in FHIR, Power Apps, Power Apps, Power Automate, Technical Stuff | Tagged , , , , | 1 Comment

How to create a JSON string array in PowerApps?

Summary In Power Apps, creating a JSON object is easy. It can be initialized like this. We can use the JSON function to convert the above object to a string. It will give you the JSON string representation to pass … Continue reading

Posted in Power Apps, Power Apps | Leave a comment

How to solve PowerFx JSON double escape quotes problem?

Summary I encountered an interesting problem while working on an app with a JSON function. To remove the clutter of the complexities of the app, I will explain the need and problem in a simple scenario. Later I added the … Continue reading

Posted in Power Apps, Power Apps | Leave a comment

How to add a Checkbox to a PowerApps gallery to add or remove items to/from a collection?

Summary I need to add a checkbox to a Vertical Gallery and allow the user to check or uncheck the checkbox to add or remove the item to a new collection. Step 1: Add a button on a screen, and … Continue reading

Posted in Power Apps | 1 Comment

Application Lifecycle Management (ALM) for Power Platform (PP) 3 of 3

Summary This is the final part of the three-part blog post. Part1 and Part2 posts were focused on the basic settings for the Classic UI mode pipeline setup. In this post, I will explain more advanced, modular, and factory pattern … Continue reading

Posted in Power Apps, Power Apps, Power Automate, SharePoint, Technical Stuff | 1 Comment

Application Lifecycle Management (ALM) for Power Platform (PP) 2 of 3

Application Lifecycle Management (ALM) for Power Platform (PP) 1 of 3 Application Lifecycle Management (ALM) for Power Platform (PP) 3 of 3 You will have two build pipelines and one release pipeline. 1. Create two build pipelines Follow the following … Continue reading

Posted in Power Apps, Power Apps, Power Automate | 1 Comment

Application Lifecycle Management (ALM) for Power Platform (PP) 1 of 3

This is a three-part series of blog articles. Part1 (this one) article covers prerequisites to set up ALM in Azure DevOps. Part2 article covers the Power Platform Build Tools to build and deploy the solution. Part3 article covers the  Microsoft Power … Continue reading

Posted in Power Apps, Power Apps, Power Automate | 1 Comment

How to associate full screen Power Apps Canvas App with SharePoint List?

Summary To customize a SharePoint list or library form by using Power Apps is well documented. You can visit this link to see the details. But the issue with this approach is the form does not work as the full-screen … Continue reading

Posted in Power Apps, SharePoint | 5 Comments

How to find all associated Power Automate Flows for a SharePoint list?

Summary A customer showed a working Power Automate for an item created trigger. There was an approval action in the flow so technically only one email should be sent for a new item. But she noticed multiple approvals emails were … Continue reading

Posted in Power Apps, Power Apps, Power Automate | 12 Comments