How to build a custom connector for Flow and PowerApps to connect to a web service Why build a custom connector? Microsoft offers connectivity through standard and premium connectors to more than 200 services today in PowerApps and Flow. Although there is a large selection of connectors, there are services today for which Microsoft doesn't provide a connector yet. For example, we don't have a connector for Yelp! If you want […]
How to track the flows that created the items in your SharePoint list Scenario You might have asked yourself the following question: how do I know which flow created the items in my SharePoint list? The answer is simple: you don't and you shouldn't expect Flow to have this kind of capability OOTB. The reason is because Flow is a data integration and workflow development service – it […]
How Data Loss Prevention policies work in PowerApps and Flow Roles and license required for DLP If you are a Global Admin, then you can configure one or more Data Loss Prevention policies for your tenant. When you go to the PowerApps Admin Center or Flow Admin Center, this is what you will see: If you are a Global Admin with a PowerApps Plan 2 […]
Flow: how to change the style of your HTML table in Microsoft Flow I built an HTML table in Flow and now I want to change its style. I want to add CSS style to the table rows. If we look at the Data Operations – Create HTML table action, adding CSS is not supported: My method is a bit complicated, I would think, because it involves more […]
Flow: how to upload pictures on demand to SharePoint I discovered I needed a quick way to upload pictures to SharePoint and I used Microsoft Flow to do it. I first added a trigger and configured it to accept 4 files as input. I've made the flow in such way that, if I want to change the input to more or less than 4 […]
How to grant permissions to users to use the Azure AD connector in Flow You probably noticed that you can't use the Azure AD connector in Flow without a Global Administrator account. You will get the error below if you try to connect: You will get an error that looks like this: Need admin approvalAzure AD Connector – PowerApps and Flow Azure AD Connector – PowerApps and Flow needs […]