SharePoint: Properly translate your list column names
A while ago, I wrote an article a while describing my SharePoint’s best practices, but one thing I failed to mention was proper localization of …
Making your life easier!
Microsoft if the global area that will encompass a lot of sub-categories. You’ll find articles on Microsoft Power Automate, Power Apps, SharePoint, and reference materials for each of these areas. You’ll also find other specific reference articles that focus on particular features of each of the platforms mentioned.
A while ago, I wrote an article a while describing my SharePoint’s best practices, but one thing I failed to mention was proper localization of …
Power Automate provides functions to add time-based on each of the units. For example, you can use the addSeconds Function to add only seconds, but …
The formatDateTime Function allows you to turn a specific date in any format you want. It’s pretty helpful since different countries represent dates differently. Another …
The team ran into this issue while parsing multi-choice Microsoft Forms elements into SharePoint using Power Automate. The problem is described correctly in the Power Automate …
The Mod function is a mathematical function that calculates the remainder of a number divided by a divisor. It may not be apparent its usage, …
Power Automate interacts heavily with APIs, and these tend to store dates in a timestamp. Timestamps are fantastic since they remove all the regional settings issues …
I’ve used the addSeconds Function in previous posts but never spent time to explain it adequately. This function adds the number of seconds to a specific …
Power Automate has a lot of cool features, but the area that is lacking, in my opinion, is function support. There are a lot of …
“REPT function” will return a text value that has a specific string repeated X number of times. Usage It follows a simple pattern. String to …
One of the questions I see a LOT is the Power Automate Forum are issues with accessing Excel files where you provide a dynamic path. …