Checking if string is empty or null in MS Flow / Power automate
Below is a simple way to check if a string is null or empty in MS flow. It works by first testing if the string is null, and then checking if the string has 0 characters. Steps: Add a condition step Change the condition to OR Add the string variable, and first test to see […]
Updating Filename in MS Flow (Power automate)
Updating Filename in MS Flow (Power automate) This is a walk through on how to update a filename while keeping the same file extension in MS Flow. In this example we are going to assume the filename is saved in a Variable called “Full File Name”. The walkthrough will name a file to <filename>_1.<extension> We […]
SharePoint Online Vs SharePoint On-Premises
SharePoint Online Vs SharePoint On-Premises SharePoint online is a multitenant offering by Microsoft designed to meet the needs of most companies document management requirements. Technical documentation references huge capacity capabilities well beyond the scope of most SharePoint sites however real-world practical use does expose additional limitations. Performance The most prominent disadvantage of SharePoint online is form load times, […]
Mail Redirection & Scanning
The Team at SharePointPro are proud to support Gold Coast Local Business HotSnail.
Adding “Days since created” on a SharePoint column using JSON Custom Formatter
I wanted to add a column on a SharePoint modern experience list which showed the number of days since it was created. I also wanted to colour the dates so that if it was over a certain number of days it would display as yellow or red. I found very little examples online, so I […]