Power Apps: TrimEnds Function
The TrimEnds function is one handy function that is often confused by the Trim function since it works closer to the way developers are used …
Skillful Sardine
The TrimEnds function is one handy function that is often confused by the Trim function since it works closer to the way developers are used …
A few weeks ago, I published an article going over an experiment that we did with timesheets that failed. You can read all about it …
This is my 100th post! 🎉. Time to celebrate and look back on what I’ve learned. If you’ve visited my “About” page, you may know a little …
Most of us use approval actions to collect feedback from a set of options, but were you aware that there’s another way to send a …
In many forms, you may want to display information to the user only if he/she selects a specific kind of information. Let’s think, for example, …
Each blog created in WordPress has, at least, one feature that needs email to work. In my case, I was testing the “Contact Me“ form …
With more and more companies allowing people working from home and people having to communicate much more using chats and calls so that the information …
“IF function” will return something if the first value is “true” and something else if the second is false. The “If function” is the most …
SharePoint Lists have incredibly handy options called choice and lookup. I’m going to oversimplify each of them because the point of this article is not …
The filter function searches in a collection for one or more conditions and removes all items that don’t fit that condition. Usage It follows a …