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!
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 …
Introducing my book section 🙂 Every year I try to read as many books as I can. There are hundreds of articles saying that you …
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 …