Ungroup and GroupBy functions in Power Apps
In Power Apps, collections are used to store and manage sets of data from various sources such as SharePoint, Dataverse,… in your app. The GroupBy and Ungroup functions are used to group or ungroup data within a collection. In this post we will learn how to use these functions with a sample collection in our…
Generate Technical Documentation For Power Apps & Power Automate
After you’ve built a Flow in Power Automate or a Canvas App in Power Apps for a customer, you’ll need to document it to allow the customer and their development team to better understand what you’ve built for them, so they can develop or change it later without your help. This documentation can even be…
How to Create Column Formatting with Custom Hyperlink to another List based on a Lookup Column
In this post I’m going to show you how you can create a hyperlink column in a list that customized with Column Formatting feature and will filter another list items based on a lookup column value. This scenario was a request from my colleague, and I decided to share it with you : To implement…
Microsoft 365 Technical Implementation Review Webinar
This is the second webinar I will be speaking on in the new year. This is a free webinar that will be held tomorrow, Wednesday, February 22, by Spot Solutions. I will walk through Microsoft 365 Deployment methods and will demonstrate Microsoft 365 products and solutions such as SharePoint, Teams, Power Automate and AI Builder….
How to Use React Material UI Date Time Picker Component in Power Apps
Following my previous post on how to use Fluent UI components in Power Apps, I thought about how I could replace the default Power Apps date picker with a modern React Material UI Date Time Picker. So after some investigation I found a React Material UI Calendar component built for the Power Apps canvas app here….
Fluent UI Details List and Command Bar Components in Power Apps Canvas App
In this post, we will learn about the components and capabilities of Creator Kit and Fluent UI to create delightful app experiences more rapidly in Power Apps. Let’s start with an introduction to the Creator Kit and how to install it in a Power Apps environment. What is Creator Kit? The Creator Kit, published by the…
How to Get SharePoint Multi-Select Choice Column Values in Power Automate
Today we will learn how to get SharePoint multi select choice column values in Power Automate and use it to create a new item in another SharePoint list. As you may know, it is easy to get the values of a simple choice column value in Power Automate, but when you are supposed to get…
I will be speaking about Microsoft 365 Roadmap Development
Hello everyone, I’m so excited that I will be speaking about Microsoft 365 Roadmap Development in my first webinar in English on 25 Jan 2023. This webinar is free and will be hosted by Spot Solutions. I will talk on Day 1/ Part 1 about Microsoft 365 introduction, M365 technologies and products, What is the…
A Practical Scenario on How to Call a Flow from another Flow in Power Automate
In this post, I am going to explain a practical scenario includes calling one flow from another flow, formatting column, filing a Word template and converting a file to PDF using Power Automate. Scenario: Our client has an on-premises SharePoint marketing site and wants to migrate it to SharePoint Online. The challenging part of this…
How to resolve “A file with the name already exists” error in Power Automate
It may have happened to you that when you want to use the SharePoint “Create File” action in your flow in Power Automate, you receive an error message similar to the following : To fix this problem, you need to go to the action setting and in “Content Transfer” section, switch Off the “Allow Chunking”…