Implement a PDF preview in a Model Driven Apps
Recently I needed to implement a PDF preview in a Model Driven App. This should be quite an easy thing to implement. The PDF Preview in a Model Driven Apps…
SharePains by Microsoft MVP Pieter Veenstra
Microsoft 365, Power Apps, Automate, BI, SharePoint, Teams and Azure
All posts about Microsoft Power Automate aka Microsoft Flow.
Recently I needed to implement a PDF preview in a Model Driven App. This should be quite an easy thing to implement. The PDF Preview in a Model Driven Apps…
When you build your flows do you consider performance? SharePoint has multiple APIs available. The Performance of the Graph API, REST API and Web Services is very different. Graph API,…
A typical pattern for data import processes is that you first check if an item exists before either inserting or updating the item found. Upsert (Update or Insert) the item…
Filtering records on empty values can be a real pain as there are many mistakes to make. Null First of all I would like to have a look at the…
Many pro developers will be familiar with the concept of stack traces. Can we take this idea into the low code world? Stack Trace Within Power Automate I like to…
You can get some details of 1on1 chats in Microsoft Teams using the Microsoft Teams connector in Power Automate, but getting the actual details is slightly harder. 1on1 chats and…
When you query rows in Dataverse using Power Automate you have a few options. Fetch Xml and Filter queries are the two obvious options to go for. But when should…
This week I was asked three times about how to query Excel files using Power Automate. Time for a SharePains post on this subject. Is Excel a Database? I can’t…
In this post a variety of options on how to use Microsoft Graph for SharePoint within Power Automate. My Microsoft Graph Series, so far I will start with a quick…