In this Power Automate tutorial, we will see how to check if a file exists in the SharePoint document library in Power Automate. Scenario: We have a SharePoint Document Library called ‘Attachments‘ like below. When a new email arrived with an attachment. We will get the attachments, and then we will check if the file exists in the SharePoint folder, […]
How to Check and Manage File Duplicates in SharePoint Using Power Automate
Filtering PowerApps Gallery By Dropdown & Multiple Dropdowns
While working on a Power Apps project, I got a challenge where I needed to filter the gallery based on a single and multiple dropdowns. In this PowerApps case study I’ll demonstrate how to filter the PowerApps gallery using multiple dropdown controls and a dropdown menu. I have a SharePoint List named “WorkTask” This list contains the fields below. Column […]
How to Use PowerApps Nested Gallery? [With Examples]
You can put a gallery inside another in Power Apps using the nested gallery feature. It gives data representation a hierarchical structure that facilitates user understanding of the relationships between various data sets. In this case study, I will describe what is Nested gallery in Power Apps and how to use PowerApps Nested gallery. Power Apps nested gallery with expand […]
PowerApps for Teams – How to Create?
Power Apps for Teams – How to Create With Power Apps for Teams, you can build, personalize, and distribute effective apps with your team on an easy-to-use platform. The creation of PowerApps for Teams is the focus of this software. Here, I’ll show you the two methods for adding PowerApps to a team chat. For example: How to add Power […]
How to Use Environment Variables in Power Platform?
A few weeks back, a requirement came up for building an Issue Tracker application using Power Apps. While exporting this application from the development environment to the testing environment, I found the PowerApps environmental variables very helpful because they made it easy to automatically adjust the URLs and connections without manually doing it. In this article, I will explain the […]
Now you can create multiple portals in your Dataverse environment
Microsoft just announced that “they are annulling the 1 portal type limit per environment and will start allowing multiple portal creations of same type within an environment” (no per language limit)! Following capabilities can be enjoyed by the users through this new feature: Create multiple portal of the same type with limit of upto 50 portals per environment (no per […]
How To Send Email With Multiple Image Attachments
This blog helps you to upload, preview, and send bulk attachments of pictures to Office365 Outlook using the Email composition Screen Template. I’ve described the following steps to make it easy to understand and achieve. Step 1 Create a blank Canvas App. Step 2 Add a Screen (Email Composition Screen). Step 3 Go to insert ->Media->Add Picture Control. Step 4 […]
Implementing Multi-Threading With MaxDegreeOfParallelism For Uploading
In this blog, we will see how to use Multi-Threading to upload a bunch of files in SharePoint using CSOM. From the local path, we need to upload files to our document library. Using multi-threading we are simultaneously uploading files in batches, we may face, the request time out, forbidden exceptions, etc. To avoid such issues, use MaxDegreeOfParallelism Parameter. MaxDegreeOfParallelism Parameter […]
Automatic Installation of the Power BI app for Microsoft Teams: Microsoft Announced
Modern collaboration features that Microsoft Teams offer are used by many organizations of all sizes and shapes for fluid decision making and everyday organizational actions. To make the whole process smoother and experience rich, now Power Bi is introducing the Power Bi like experience in Teams, which will enable users to play with and discover date where they work. The […]
Export Power BI report to file API: What’s New?
Export Power BI report to file API (preview) lets you to export Power BI reports to different file formats, e.g. PDF, PPTX (PowerPoint) and PNG, by using a REST call. Since Microsoft has launched this highly required API, the company had to impose few limitations due to Premium/Embedded Gen1 capacity restrictions, and the introduction of Premium/Embedded Gen2 capacities, has enabled the company […]