Send SMS Text Messages from a Power Apps
In today's article, I will show you how we can send SMS messages from a PowerApps Application. Yes, SMSs are still a thing, and they are not going anywhere yet!…
PowerApps Export to PDF (PDF Function)
One of the PowerApps functions which I personally think would take some of your apps to the next level is the PDF Function. This function allows you to generate Pdf…
Power Automate Set Unique Permissions for SharePoint Items
I recently came across a challenge which consists in setting unique permissions for SharePoint list items. Instead of using a third party component such as Plumsail, I decided to tackle…
Speaking @ Days of Knowledge
I am glad to share with you that on May 25 and 26th, I will be speaking at Days of Knowledge Central in Dusseldorf, and will be presenting two sessions: 1.…
New PowerApps Controls
On the 29Th March, Microsoft has announced a new set of controls available for PowerApps Canvas Applications. Enable the new controls In order to enable the new controls in your…
Publish your Power Virtual Agents Chat Bot to MS Teams
In the previous article, we have looked at how we can create a Power Virtual Agents. If you have missed this article, you can review it here https://daoudisamir.com/create-your-first-power-virtual-agent-hr-bot/ Once you…
What’s new in Microsoft Teams
On the 27th March, Microsoft Started rolling out the Public Preview of the new Microsoft Teams App for Windows. What's new  with this version ? Faster and optimised resources usage…
Create your first Power Virtual Agent – HR Bot
In Today's article, we will look at how we can create our first PowerVirtual Agent Chat Bot. For this demo, we are going to create a simple HR Chat Bot,…
Power Platform – ChatGPT Custom Connector
In Today's article, I will take you through the steps to create a custom PowerPlatform connector to communicate with Chat GPT. Create the custom connector 1. General Navigate to PowerAutomate,…
PowerApps – Patch a SharePoint Lookup Field
In today's article, I will explain how we can easily patch a SharePoint LookUp field. In our demo, we have two SharePoint Lists: Products List: which contains a list of…
Reporting with Power Apps
[vc_row][vc_column][vc_column_text]In this article, I will show you how we can use PowerApps for reporting purposes. I know, PowerApps is not meant to be used as a reporting platform, but sometimes,…
Save PowerApps Signature to SharePoint Library
In Today's Article, I will explain how we can easily save a signature from your PowerApps Application to SharePoint document library as an image file. Requirements: PowerApps App For this…
Export Data from PowerApps to Excel (csv)
Today, we will look at how you can export data from your PowerApps applications to Excel. Basically, the scenario of today's post, is to dump a collection from PowerApps to…
SPFx – Inject CSS and JS files in SharePoint Modern Pages
Today, I will explain how we can easily inject custom .css and .js files in a modern SharePoint site. I have to admit, this is not what Microsoft recommends you…
Track your modern SharePoint site usage with Google Analytics
One of the recurrent requirements most business keep asking about, is how can I track the usage of my intranet, or sharepoint portals ? SharePoint Online (or On-Prem) provides a…
PowerApps Best Practices – Naming Conventions
Following the release of the Microsoft PowerApps Canvas App Coding Standards and Guidelines document couple of weeks ago, I am going in a series of articles to cover different aspects…
ESPC22 – Microsoft Announcements and Road map
Today, at the ESPC22, there have been some amazing news. Jeff Teper started the keynote with some amazing news about the different Microsoft365 products. New features about SharePoint, Viva, Syntex,…
ESPC 2022 – Creating Power Virtual Agent Chatbots for Microsoft Teams – By Vlad Catrinescu
In todays' session, Vlad gave an amazing session (As Usual) covering how to create Power Virtual Agents, and deploy them within MS Teams. What is PVA Power Virtual Agents (PVA)…
PowerApps Performances’ Optimisation – Parallel Processing
In the two previous posts, I covered the different data sources, and the impact of having a heaving OnStart event. Today, we will look at how we can improve PowerApps…
Power Apps Performances’ optimisation – App OnStart
The second article in the Series of PowerApps Performances' Optimisation will be dedicated to the App.OnStart event. This Particular event is very handy when it comes to initialising your application…