SharePoint: How to show additional columns in Views & Lists
SharePoint Lists provide you with loads of extensibility with, not a lot of code or expertise. You can create the data and, with low effort, …
Welcome to my website, where I go deep into Microsoft’s technology and show you what I’ve learned over time.
SharePoint Lists provide you with loads of extensibility with, not a lot of code or expertise. You can create the data and, with low effort, …
Welcome to Function Friday. This week we’ll explore Microsoft’s SharePoint List Function “OR” function. This function will return Yes if any of the arguments are True. If any of …
Updated 2020-01-09: Improved the Flows to get only the UTM parameters to parse. Templates updated also. For those unaware, what are UTM parameters, they are …
The Text function is widely used in PowerApps and for a good reason. It converts any value to a text field to display. For numbers …
Dates are one of the most common items to display to the user, but we need to be careful doing so. Just showing it is …
The utcNow Function is equivalent to Now function in SharePoint and PowerApps, but it always returns the current date in UTC. SharePoint and PowerApps consider …
Flow approvals are a fantastic feature of Flow where you can create quite complex approval workflows with not a lot of work and complexity. Flow …
“Len function” will count the number of provided characters in the parameter. It will count them all, including spaces. Usage To use it, it’s quite simple. …
SharePoint has a lot of excellent features, being one of my favorites, having the possibility to have calculated fields in lists. Calculated fields are what …
By default, PowerApps tries to deal with the information in the client. For a small number of records, the client can quickly deal with operations …