This post is a part of a series. If you are new to this use case, please check my previous post to understand the problem and solution design. In this post, we will discuss how to perform CRUD operations on… Read More ›
SharePoint
Using SharePoint list for expanding datasets
Recently one of my clients asked to create an app to store daily time entries for their users. Dataverse was not an option as their requirement was to create this dataset in SharePoint. Below is the use case and technical… Read More ›
Transpose table columns using Power Automate (With example)
Power automate always works with defined column headers. Let’s take an example. Contoso uses a permission matrix to determine access provisioning based on employee role. Role Office365 Outlook Adobe License D365 Sales D365 Marketing Office Admin Yes Yes Sales Rep… Read More ›
Export PowerApps charts – Part 2
So far, we have discussed how we can pass canvas app chart values to flow and generate a printable HTML in SharePoint. I highly recommend that you read my previous post to understand the context. Now, our challenge today is… Read More ›
Export canvas app charts in a printable format – Part 1
In this post, I will discuss how we can download a printable HTML file with canvas apps charts. I will continue to use the sample solution. You can easily download this, import it to your PowerApps environment and follow the… Read More ›
Access files stored in Dynamics 365 records via PowerAutomate
Dynamics gives the ability to save files within a record. These files are stored in SharePoint. Let’s see how we can create a flow to access a document just by using the dynamics record ID. Prerequisites SharePoint Integration should be… Read More ›