Posts

Showing posts from January, 2022

Unleash the Power of Power Apps: Retrieve Over 2000 Records from a SharePoint List Effortlessly Without Delegates

Image
Unleash the Power of Power Apps: Retrieve Over 2000 Records from a SharePoint List Effortlessly Without Delegates Working with large data sets can be a challenge, especially when it comes to retrieving data from a SharePoint list using Power Apps. The traditional method of retrieving data from a SharePoint list is by using delegates, which can be time-consuming and may even limit the amount of data you can retrieve. But what if we told you there's a better way to do it? In this tutorial, we'll show you how to retrieve over 2000 records from a SharePoint list using Power Apps without delegates. That's right, you can easily retrieve a large number of records in just a few simple steps. To get started, watch our step-by-step video guide on how to do it: https://youtu.be/R2wHybiwDNQ In this video, we'll show you how to create a Power App that retrieves data from a SharePoint list and displays it in a gallery. We'll also show you how to apply a filter to the data so that

Send email notifications when an item is modified in a sharepoint list using power automate

Image
This video is to demonstrate, how we can send a notification/email when an items is modified or delete using power automate. You can customize it as per the business requirements. Use of coalesce() function #powerautomate #sharepoint #notification #email   Code: coalesce(triggerBody()?['ID'],'An item')

Power Automate HTML Table Formatting and include it in the Email

Image
This video is to demonstrate, HTML Table Formatting and Emailing using power automate. (datasource: sharepoint).   #powerautomate #HTMLTable #Email #CustomHTMLTable #corporateprogramming #sharepoint   

Send Email from Excel using power automate, flow to multiple mail Ids and BCC

Image
This video is to demonstrate, how we can send email from an excel dynamically using power automate to multiple mail ids and how to pass dynamic emails to BCC.  #powerautomate #emails #dynamically #excel #flow