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 find and replace an array of strings from a large string variable using PowerFx?

Summary To remove the clutter of the requirement, let’s reproduce the problem here. I was given a large string variable. The value of the string had the following values. The last “99999999” values are the digits and they can be … Continue reading

Posted in Power Apps | 1 Comment

How to create smaller chunks of record collection from the large list of records in PowerApps?

Summary The need was to create smaller chunks of records from the large list of record collections in the PowerApps using PowerFx functions. To demonstrate the large list I have generated it using the Sequence PowerFx function. I used the … Continue reading

Posted in FHIR, Power Apps | Leave a comment

How to retrieve Response header values from the Custom Connector in PowerApps Canvas App?

Summary For a project, I wrote a new Power Platform Custom Connector for an API call which returned the values in the response header. I wrote the connector with the response header values mapped but the Power Apps did not … Continue reading

Posted in Power Apps, Power Automate | Leave a comment

How to create a JSON String array in PowerApps?

Summary I needed to pass from a PowerApps the following JSON payload to a Power Automate Run parameter. I have just added a few properties of the large payload to remove complexity. This way I can tell you the problem … Continue reading

Posted in Power Apps, Power Automate | 2 Comments

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