• How to get a user's email address with REST API in SharePoint

    How to know if there is a workflow instance just got suspended? This is something very important for a SharePoint Workflow Admin. I am going to give a simple code to query the number by calling SharePoint Client API with javaScript.

  • Call HTTP Web Service in SharePoint workflow

    Working with SharePoint workflow, sometimes we need to read the items from a list in different website. "Call HTTP Web Service" in SharePoint Workflow Designer and SharePoint REST API can be very helpful in this case.

  • How to get the number of suspended workflow instances in a SharePoint list

    How to know if there is a workflow instance just got suspended? This is something very important for a SharePoint Workflow Admin. I am going to give a simple code to query the number by calling SharePoint Client API with javaScript.

  • How to Filter Items in List in an Excel-like Way

    In this post, I am talking about how to filter items in a list by specifying a number range based on field values of items. For example, to find the "Balls" whose weight is between 30 and 35 Kg.

  • How to validate Email Address Columns in SharePoint

    In this post, you can know how to set up a formula to validate the user's input in an email column. And also, you can learn how BluePower's SharePoint Email Column can solve this issue even better.