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.
Sharing Knowledge as an Experience
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.
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.
With Dataverse, how to get in Canvas app the role or team the current user is belonging to. This way you can’t change the behavior of your canvas depending on the current user permissions.
Easy export data to xlsx without using the Excel Power Automate Componant.
For an easier and faster export.
Won’t it be great to automatically syncrhonise documents in between Dataverse and SharePoint? Well it is possible. Let’s find out how.
How to set environnement variables with Power Automate.
You are opening your .pbix file and an “Unexpected Error” is poping-up, your report is blank. You copy the error message in the clipboard to have a look and you have found out the message Cannot read property ‘length’ of undefined. Is all your work gone and do you have to do everything again? No you don’t, let me show you how to recover your application.
Does a customer already asked you to make a reponsive PowerApps application? So let me show you how to do it and the little tricks to know. 1. Desactivate the Scale to fit parameter It is the first step. Without this parameter desactivated you won’t be able to have an extended screen. By default, my … Read more
How to perform SharePoint action, such as adding a list, a columns… using Power Automate and Rest API.