-
Continue reading →: Power Apps | Canvas App | StartScreen property
In the latest Canvas App updates, following key announcement has been made on App’s ‘OnStart’ property. Using the Navigate function in the OnStart property has been retired. (Refer below screen as App throws warning if you have Navigate function on OnStart) Existing apps will continue to work. For a limited time, you can still…
-
Continue reading →: Azure DevOps (ADO) | Pipelines | Publish and Access Build Artifacts from Staging Directory
In this article, Lets see how to Publish and Access Build Artifacts using ADO Pipeline. What are Build Artifacts: Build artifacts are the files generated by your build. In ADO Pipelines, We can use Build.ArtifactStagingDirectory Predefined Variable, on the agent where any artifacts are copied to. Below are the steps…
-
Continue reading →: Cloud flow | Dataverse Connector | Useful formulas and Syntaxes
In this article, I am going to collate useful Syntaxes and Formulas frequently used in Cloud Flows with Dataverse connector. Format DateTime: When working with date and time values in flow, they may look like: 2019-12-06T22:47:23.0798367Z or 2009-06-15T13:45:30Z You may format these values to look like: 6/15/2009 1:45 PM or…
-
Continue reading →: Dataverse | New Text Formats | json, richtext
Text in Dataverse is a data type that can store a max of 4000 characters. Text has multiple formats that instruct the UI to treat it differently. As an example, Email is a text format tells the client to treat the contents of the field as an email. It can…
-
Continue reading →: Azure DevOps (ADO) | Pipeline failure | Failed to connect to Dataverse
One of my ADO pipelines ‘Power Platform Publish Customizations’ task failed with “Failed to connect to Dataverse” error. Reason: ‘Power Platform Publish Customizations’ task’s ‘Authentication type’ was selected as ‘Username/password’ which does not have MFA support. MFA (Multi Factor Authentication) was enabled on the Environment, which I was trying to…
-
Continue reading →: Azure DevOps (ADO) | Pipeline failure | Could not get the latest source version
I’ve created a new ADO project and configured a Pipeline to export Power Apps solution. While running the Pipeline it failed in immediately with following exception. The pipeline is not valid. Could not get the latest source version for repository… Reason: Under the ‘Get sources’ step of the Pipeline, ‘Default…
-
Continue reading →: Dataverse Web API | JScript | EDM.Date conversion issue
While triggering ‘Create’ Action from jScript using the Web API we were getting following Edm.date conversion exception: An error occurred while validating input parameters: Microsoft.OData.ODataException: Cannot convert the literal ‘2021-09-22T18:30:00’ to the expected type ‘Edm.Date’. —> System.FormatException: String ‘2021-09-22T18:30:00’ was not recognized as a valid Edm.Date. Reason: In the Create…
-
Continue reading →: [Quick Tip] Short cut to open ‘Command Prompt’ pointing to a folder
In this article, lets learn a shortcut to open Command Prompt pointing to a folder from a Windows OS machine. Regular Approach: To open a folder from a different drive than C, we use the following approach to point to the folder. Above example, I am pointing the Command Prompt…
-
Continue reading →: Power Platform Tools | Developer Toolkit for Visual Studio 2019
Power Platform Tools for Visual Studio supports the rapid creation, debugging, and deployment of plug-ins. You may note that Power Platform Tools for Visual Studio is similar in appearance and function to the Developer Toolkit for Microsoft Dynamics CRM 2013. While Power Platform Tools for Visual Studio is similar in…


![[Step by Step] Beginner : Create a PCF control and add it to a custom page](https://rajeevpentyala.com/wp-content/uploads/2024/12/image-49.png)