When to use a Customer Connector in Power Automate (or Power Apps)? You might want to interact, retrieve or place data into a service that you use. If it’s an online service, there’s a good chance the developers who set this up will have provided what’s called an API interface for you to use. This
Collaboration, Power Apps, Power Automate and Power Automate Desktop are not phrases that fit together perfectly right now. Steps are being made to introduce collaborative commenting across the power platform as well as Git version control but at the time of writing, the options for Collaborating on the build steps of a Canvas App based
Adding text to a SharePoint site page using Power Automate (aka. Microsoft Flow) can be a great way to automate a manual process, like bulk importing data, or if you want a consistent site page design. I had a scenario where a user who had 500+ rows of data in Excel and each row needed
**update 21/01/2019 – having read the comments and testing myself there may have been a change in the way Get-PnPListItem retrieves data from when the script was published so we need to carry out a CAML Query to get the list item, I have updated the script to reflect this I came across a scenario where
Welcome to a short tutorial that introduces you to the Client Side Object Model in SharePoint. Long ago, all the coding had to be done on the server. The server takes care of your business logic and the results are returned to the client. Slowly, the client machines are able to do most of the
I was recently tasked with finding out every Site Collection Administrator for each site in my Tenant. This was an interesting task that turned out being more technically challenging than first thought. So now I am here to share my knowledge and hopefully help you along the way. I am going to cover 2 Scenarios
There are various ways to do perform CRUD (Create, Read, Update, Delete) operations and queries against SharePoint such as ‘using the REST API‘ or the Microsoft Graph API. In this post, I am going to show you how to use PowerShell to perform CRUD operations against SharePoint. PnP PowerShell The major benefit of using PnP
Are you tired of writing many lines of code to perform CRUD (Create, Read. Update, Delete) operations? Let’s take a simple case of trying to read a SharePoint List and add items to it. Normally, you would have to write two functions using CSOM/JSOM/SSOM, such as: ReadList() AddListItem() With the advent of REST in SharePoint,
REST programming in SharePoint is straightforward. Microsoft has shared the latest REST way of programming for SharePoint through Graph API. Microsoft Graph APIs are a rich source of APIs for accessing various resources of Office365 like SharePoint, Users, Onedrive. We will focus on SharePoint here. Why use Graph API in SharePoint? Letting developers develop from other
In this video tutorial I explain how to get setup with Websockets using Javascript, HTML5, and ASP.NET MVC specifically with WebAPI.Â
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]