Category: PowerApps

  • There is an article my partner published on our company website. We’ve spent some time working with custom connectors and experimenting with different types of integrations with Dynamics 365, CDS and Power Platform. If you are interested to learn more about PCF controls and how to combine all above together in a working solution it…

  • Magic Christmas Power Apps game

    This is a first part of the tutorial how to build a game on Power Apps platform. The second part is available here: https://medium.com/@andrew.grischenko/power-apps-game-tutorial-part-2-2-15233ad4bc4e I love making games. I started programming back then because I wanted to create a game. Since then I’ve made a few — either myself or with the teams. Here today I…

  • PowerApps Dataflow: is your CDS entity primary field name exactly the same as an entity name? Well, don’t.

    The Issue: Unable to load data to the existing custom entity on CDS from CSV or Excel via Dataflow. We renamed the primary Name field for our custom entity and this is how it’s all started. Error: Load to Common Data Service failed. Details: Bad Request {“error”:{“code”:”0x0″,”message”:”An error occurred while validating input parameters: Microsoft.OData.ODataException: Does…

  • Setting up non-admin users to create apps with AI Builder on a non-default environment

    Unlike for a default environment for a new trial environment, your Office 365 users won’t get the access automatically and you can’t manage this access via Microsoft Office 365 Admin portal. Or even via model-driven UI for your newly set up environment. You have to add users one by one using the steps below. From…

  • The curious case of the model-driven app prefix_

    Since Microsoft first introduced the concept of a solution we all live in fear of creating an entity with the prefix “new_”. If you do things properly you create a solution first, define a publisher with the unique prefix then all new entities and custom fields will be created with that prefix. For example, for…