Skip to content

Rajeev Pentyala – Technical Blog on Power Platform, Azure and AI

    • About
    • DEV Tools
  • Power Automate

    Cloud flow | Dataverse Connector | Useful formulas and Syntaxes

    Published by

    Rajeev Pentyala

    on

    September 22, 2021

    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 →: Cloud flow | Dataverse Connector | Useful formulas and Syntaxes
  • DevOps

    Azure DevOps (ADO) | Pipeline failure | You need the Git ‘GenericContribute’ permission

    Published by

    Rajeev Pentyala

    on

    September 17, 2021

    While pushing the code to Repo using ‘Command Line Script’ task in ADO pipeline, got the following permission issue. Following is the script used in ‘Command Line Script’ task to push the code to main branch. Reason for the issue: Account under which the ADO pipeline running, does not have…

    Continue reading →: Azure DevOps (ADO) | Pipeline failure | You need the Git ‘GenericContribute’ permission
  • CRM

    Dataverse | New Text Formats | json, richtext

    Published by

    Rajeev Pentyala

    on

    September 16, 2021

    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 →: Dataverse | New Text Formats | json, richtext
  • DevOps

    Azure DevOps (ADO) | Pipeline failure | Failed to connect to Dataverse

    Published by

    Rajeev Pentyala

    on

    September 16, 2021

    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 | Failed to connect to Dataverse
  • Azure, CRM

    Azure DevOps (ADO) | Pipeline failure | Could not get the latest source version

    Published by

    Rajeev Pentyala

    on

    September 15, 2021

    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 →: Azure DevOps (ADO) | Pipeline failure | Could not get the latest source version
  • PowerApps

    Dataverse Web API | JScript | EDM.Date conversion issue

    Published by

    Rajeev Pentyala

    on

    September 15, 2021

    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 →: Dataverse Web API | JScript | EDM.Date conversion issue
  • Misc

    [Quick Tip] Short cut to open ‘Command Prompt’ pointing to a folder

    Published by

    Rajeev Pentyala

    on

    September 6, 2021

    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 →: [Quick Tip] Short cut to open ‘Command Prompt’ pointing to a folder
  • CRM

    Power Platform Tools | Developer Toolkit for Visual Studio 2019

    Published by

    Rajeev Pentyala

    on

    September 1, 2021

    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…

    Continue reading →: Power Platform Tools | Developer Toolkit for Visual Studio 2019
  • JScript, PowerApps

    Tip | Model Driven Apps | Client API | setSharedVariable and getSharedVariable

    Published by

    Rajeev Pentyala

    on

    August 31, 2021

    As we know Client-side scripting using JavaScript is one of the ways to apply custom business process logic for displaying data on a form in a model-driven app, In this article lets understand how to pass variables between event handlers (i.e., Different jScript functions registered as event handlers). Lets understand…

    Continue reading →: Tip | Model Driven Apps | Client API | setSharedVariable and getSharedVariable
  • PowerApps

    Code Snippet | JScript | Capture BPF Stage Parameters

    Published by

    Rajeev Pentyala

    on

    August 31, 2021

    Below is code snippet to capture the BPF stage parameters up on the ‘Stage’ change using jscript. Save this script as web resource and register both the ‘onload’ and ‘onStageChane’ functions on form’s onload event. Below is the example of script on Opportunity form. 🙂

    Continue reading →: Code Snippet | JScript | Capture BPF Stage Parameters
Previous Page Next Page
Visitors

2,144,670 hits

Top Posts
Claude Code 'VS Code' Extension: Enable 'Bypass Permissions' ModeClaude Code 'VS Code' Extension: Enable 'Bypass Permissions' ModeFebruary 5, 2026Rajeev Pentyala
Getting Started: Build Your First Power Apps Code AppGetting Started: Build Your First Power Apps Code AppAugust 27, 2025Rajeev Pentyala
Power Pages | Build a Site Using 'Claude Code' and the 'Power Pages Plugin'Power Pages | Build a Site Using 'Claude Code' and the 'Power Pages Plugin'March 15, 2026Rajeev Pentyala

Rajeev Pentyala – Technical Blog on Power Platform, Azure and AI

  • Pinterest
  • Instagram
  • Facebook
  • Mail
    • About
    • DEV Tools

Create a free website or blog at WordPress.com.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • Rajeev Pentyala – Technical Blog on Power Platform, Azure and AI
    • Join 483 other subscribers
    • Already have a WordPress.com account? Log in now.
    • Rajeev Pentyala – Technical Blog on Power Platform, Azure and AI
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar

Notifications