Tutorial – Location Guesser Game
In this tutorial, we are going to use what we have learned in the Power Apps Canvas Map control post to build a little location guesser game. This is what our game should look like at the end: You can find …
Power Apps Canvas Map control
Have you ever seen the following map control on Power Apps? Did someone already ask you to integrate a map in your Canvas app? Let’s find out how this control works. Prerequesits Premium Licence Activate geospatial feature in your environment …
Share Dataverse record to a specific user with Power Automate
Share a Dataverse record can be used to give access to a specific record to a specific user. There is a button in Model driven to do so, but let’s also do it with Power Automate. How does it work …
Get Environment Variables in Canvas app
The best practice while making any Power Platform project, is to use Environment variables. Let’s see how to get these variables into your Canvas App, with and without a premium Dataverse licence. What’s an Environment variable and why should I …
Get current user roles or teams in Canvas app
The main idea is, in a Power Apps Canvas App, to check role or team of current user to diplay, hide or change the behavior of some informations into your screen. This post and the following demo are related to …
Export to Excel Dataverse Table with Power Automate
I am sure you have already used the Power Automate Excel component, it works fine for small Excel, but when it comes to export a whole table with thousands of line, it takes a very long time, result isn’t quite …
Synchronise documents in-between Dataverse and SharePoint
Won’t it be great to automatically syncrhonise documents in between Dataverse and SharePoint? Well it is possible. Let’s find out how. SharePoint Documents and Dataverse, Why? Understand what’s going on Dataverse Side Initialize the synchronization Enable document management settings Display …
Set Environment Variables with PowerAutomate
Let’s say you have multiple envrionments, a solution with a lot of envrionment variables. Some of them are ID of an element (SharePoint list ID, Office 365 group ID…) and it can be very complicated to set everything on which …