Author: Tunde Tee

This video is a step-by-step tutorial on how to Send Email from PowerApps. We will explore the Microsoft 365 Outlook connector and see how we can send email using the Send Email V2 Function. We will set the subject, HTML body, To, Cc, Bcc, From, Attachments, Importance & much more. We will send Images as Email Attachments using the Add Picture, Image & Pen Input controls in Power Apps. We will also leverage the PowerApps Attachment Control to send email attachments. This enables the user to send files & images as email attachments. We will also send dynamic data in…

Read More

Looking for a Calendar Control in Power Apps? Then this step-by-step tutorial video on how to build a Calendar control in PowerApps within minutes is for you.I will showcase a simple way to create a Calendar control in Power Apps using the Calendar Screen Template & connect it to SharePoint List. This out-of-the-box screen template in power apps gives us a calendar control experience connected to Outlook calendar. The Calendar control is built using multiple galleries and has all the logic in place to calculate days in each month, 1st and last date of the month, and move calendar control…

Read More

This video is a step-by-step tutorial on Form Control in Power Apps Form Control Tutorial. I will cover the must-know features & properties of the Form control, working with data cards in PowerApps form control, tips & tricks around updating multiple data card properties, reusing the form control, working with form modes – NewForm, EditForm & ViewForm, resetting the form control, submit the form control data, get last submit information of form control & more. Video covers the following:✅ PowerApps Form Control Basics✅ Customize data cards in PowerApps Form Control✅ Validations in Power Apps Form Control✅ Custom data cards✅ Re-using…

Read More

This video is a step-by-step tutorial on how to upload attachments to SharePoint Online List Items using PowerApps without using Power Automate flow. We will leverage only the attachments control in Power Apps to attach files, images captured from the camera control, Add Picture control & signatures, or sketches from the pen input control to SharePoint list items as attachments. Video showcases the following: ✅ SharePoint List Item Attachments in PowerApps✅ Save Images captured from Camera control to Power Apps without flow as attachments✅ Save Sketches or Signatures captured from Pen Input as attachments✅ Save Pictures (add picture) to SharePoint…

Read More

Introducing Microsoft Power Pages: Build secure, low-code websites. Microsoft Power Pages, the fifth product in the Microsoft Power Platform family.Whether you’re a low-code maker or a professional developer, this low-code, scalable, and secure solution empowers you to build business-centric websites quickly and easily. This video on “Power Pages (formerly Power Apps Portals) for Beginners” will help you get started with Power Pages. What are Power Pages?Power Pages adds the capabilities in PowerApps to build low-code responsive websites which allow anonymous & external user access to interact with the data stored in Microsoft Dataverse (Portal’s backend database). Power Pages Features:The Design…

Read More

In this tutorial video on “Run Power Apps from SharePoint List as Custom Cards using JSON Formatting”, we will walk through on how to apply simple SharePoint List or Microsoft Lists based JSON formatting to launch PowerApps as Custom cards on hover or on click of list column. The Custom Cards will launch the Power App directly within the SharePoint List or Library View experience itself, run on Modern SharePoint Pages, allow us to use the Print feature of Power Apps using the print() function to print the SharePoint list form, save form as PDF & more. The JSON formatting…

Read More

In this Power Apps video, I will showcase how to run data connections in PowerApps with elevated permissions as a different user/run as admin using Power Automate flows. Similar to the Impersonation Step action in SharePoint designer workflows, we will be able to run the connectors in flow as an admin account/service account. The scenario demonstrated in the video: User has Read access in SharePoint Lists, but the user will be able to create items in SharePoint list via Power App. The new Power Apps (V2) trigger in flow gives us Run-as capabilities in Power Automate & opens up possibilities…

Read More

In this Power Apps video, we will take a look at the latest features & functions for Canvas PowerApps.Power Apps recently added new Power Fx functions like Index, RandBetween & new features like String Interpolation, Power Automate Pane, Search Pane, Find & Replace in Formula Bar & Support for SharePoint Image Column. This video will cover Power Apps’ new features & functions with demos & examples.Keeping up to date with the latest on the Power Platform is a challenge & I hope this video series has you covered on the recent updates. What’s New in Power Apps:✅ Index function✅ RandBetween…

Read More

Getting started with Microsoft Dataverse? Then this Introduction video on Microsoft Dataverse have you covered. You will learn how to create Dataverse Tables & Relationships, connect Tables to Canvas Power Apps, Add/Update Relational Data & more. Video will provide an Overview of Dataverse for Beginners, cover Data Model, Dataverse Tables & Relationships and we will build a Power App from Dataverse data. We will cover all types of relationships – Many-to-one, One-to-many, and Many-to-many (N:1, 1:N & N: N), define our data model, leverage Lookup columns & use both the Form Control & Patch function to add/update data in our…

Read More

In this step-by-step tutorial video, we will learn how to build multi-select filters in Power Apps. We will apply multiple filters to PowerApps Gallery including multiple item selections using combo box, multi-select checkboxes, and multi-select buttons. We will build these gallery filters keeping delegation in mind (No delegation warning) & work with multiple data sources like Dataverse & SharePoint. I will showcase how to filter a multi-select choice column based on a multi-select combo box control.The trick is to go around the IN non-delegable Operator and use Equals (=) which is a delegable function.I will also cover a new function…

Read More