SharePoint: ISNONTEXT function
Following the “IS” functions theme, we have the ISNONTEXT function. This function doesn’t check for errors, but if the value is of a specific type. …
SharePoint is a platform that evolved a lot in the past few years. It provides a simple and straightforward interface that allows you to do advanced operations quite efficiently. I write these articles with step-by-step tutorials to teach you how to build your sites in SharePoint. Once you understand these concepts, you will be able to, develop, and provide rich collaboration platforms with not a lot of work. These can give document version control, document collaboration, and even store organized data. If you’re a pro, I’m sure you can find something useful and learn something.
Following the “IS” functions theme, we have the ISNONTEXT function. This function doesn’t check for errors, but if the value is of a specific type. …
I’ve already covered the “When an item is created or modified” trigger, but today, I wanted to cover its small brother, the “When an item …
The short answer is you can’t, but that wouldn’t make a very useful article, wouldn’t it? First, let’s identify the issue. You have a SharePoint …
The “Create item Action” for SharePoint is, in my opinion, one of the most helpful Power Automate actions since it can remove a lot of …
Many people don’t know this, but you can add attachments to a SharePoint list row. It’s convenient and much better than having a folder with …
Document Libraries are an integral part of SharePoint sites and are super helpful, so today, we will explore how to check if a document library …
The trim function serves as an excellent helper tool to clean text. We all know that if we have five people inserting data into a …
Today let’s add a fantastic new tool to your toolbelt. First, we’ll check how to get dynamic information from SharePoint, like the lists, the fields …
Rounding is a super valuable and essential math operation, but it can be tricky depending on what you want to do. Also, some rules rely …
SharePoint int function in most programming languages is used to convert an “object” from one type to an integer. However, in the case of the …