top of page

Articles


Case File: Is SharePoint a Database?
Let's tackle the question: Is SharePoint a Database for Power Apps by looking at things like security, performance, columns, and more. With a sprinkle of SQL and Dataverse to keep us grounded.
Sep 2, 2025


Filtering SharePoint Data with oData Queries in Power Automate
Learn how to filter your SharePoint data with oData in Power Automate.
Mar 3, 2025


Archive SharePoint List Items with Power Automate
Archiving SharePoint is important for app performance, learn how to do it with Power Automate!
Oct 7, 2024


Which SharePoint form are you using?
Learn how to choose the best Form option for getting SharePoint information from your users.
Jul 29, 2024


Unlocking SharePoint REST API with Power Automate
Learn how to get started with the SharePoint API the easy way via Power Automate. Create sites, lists, and more!
Apr 29, 2024


Simple solution to calculate the next 5 working days with Power Automate and SharePoint
We recently had a problem where a customer needed to know whether a given date fell within the next five working days. After going through some wranglings with Power Automate formulas, we came upon a much simpler solution based on a SharePoint list of workdays. To set things up, we created a simple SharePoint list of two columns: Date (date only) Workday (Y/N) Updating our SharePoint list, we added the calendar days and marked them with a check (signifying 'Y') if on a workda
Dec 29, 2023


UPLOADING FILES TO SHAREPOINT WITH THE NEW POWERAPPS V2 CONNECTOR
Learn to upload files to SharePoint using Power Apps and Power Automate
Dec 14, 2023


Automate your SharePoint Follow-ups with Power Automate
This guide accompanies Shane’s video which walks through how he solved some real-life problems at PowerApps911 by automating reports and rem
Jan 10, 2023


Working with SharePoint Choice columns in Power Apps
Learn to work with SharePoint Choice columns in Power Apps. We cover everything! Single and multi-choice columns because they are wildly different in Power Apps. We talk about displaying them in a gallery and then filtering that gallery by them. Then we take a peek at how they are easy with Forms. Boring. Then we jump into Patch where we really get into the nuance of this column type. Records vs. tables and how that affects Patch, Dropdowns, Combo boxes, and more. This video
Dec 28, 2022


Power Automate Archive SharePoint List Item
Learn how to use a Recurrence flow that gets all of the items from SharePoint that need archived based on their date. Then create a copy of the item and delete the item. Power Automate Archive SharePoint List Item uses an oData query against the date to find old items and passes it to an apply to each loop. Also, the date to archive from is auto calculated using the utcNow expressions and subtracting days from the returned date. Click the video below and get started! Link to
Dec 9, 2022
bottom of page