Create a SharePoint Online custom list form using Power Apps
Have you been making custom list forms in SharePoint using InfoPath or SharePoint Designer? Those are going away, and after June 2026 the replacement application for custom list forms is Power Apps. Discover how easy it is to create a custom list form in SharePoint Online!
SharePoint Online custom list flow
Learn how fast and easy it is to create an automated flow on your SharePoint Online list!
Complete Guide to Making and Parsing REST calls using SharePoint Designer 2013
Recently I needed a sequential workflow that makes a REST call to another website (non-SharePoint), retrieves some JSON data, parses it, and makes decisions based on that data. Oh, and I’m not allowed to use Visual Studio in this case, it has to be SharePoint Designer (ugh).
Modify Title Logo link on master page
So, as I’m building out our company intranet in SharePoint 2010, I didn’t like the fact that when I was nested several pages deep in a particular site, when I clicked on the logo on the top left of the page it took me to the root of that particular site. I figured it would take me to the “home” page, or the root site collection. Turns out this is handled in the master page of that website. Here’s how…
Save Site as Template not available in SharePoint 2010
For some reason or another I’ve been able to creat a new site then save it as a template in both SP2010 and SP Designer 2010…except all of a sudden. Not sure why, but when I exported an existing site from another farm (identical SP2010 installation), then imported it into another SP2010 farm the option is gone. This also happened when I tried uninstalling the template from the Solution Gallery then redeploying it into the same farm. Fortunately, I happened…