Tag: sharepoint

Updating SharePoint List Via Power Apps With Attachment
Updating SharePoint List Via Power Apps With Attachment
Blog Posts

Challenge Through my daily post on Twitter on Power Platform technology, I was given a challenge to use Power Apps to Upload attachment to a SharePoint list. What good is learning if it isn’t accompanied with challenges? While I enthusiastically accepted the challenge, I had to perform some preliminary research on the subject because it was a… READ MORE

Working With SharePoint List Item Attachments Using PnP JS In SPFx
Working With SharePoint List Item Attachments Using PnP JS In SPFx
Blog Posts

Introduction In this article, we will see how to get, add, delete SharePoint list item attachments using PnP Js in SPFx. So let’s see the step-by-step implementation. Implementation For testing purposes, we will use SP Editor Extension which is a very cool and great extension to test PnP js queries. After adding an extension to chrome you can see the SharePoint tab… READ MORE

How To Use The Graph API With SharePoint
How To Use The Graph API With SharePoint
Blog Posts

Photo by Christin Hume on Unsplash Getting started with Graph Api is not that easy. In my recent project, I had to start learning how to use the Microsoft Graph API. While doing it I mentioned different patterns to get to my goals. The first thing I would recommend when starting to use the graph API is the… READ MORE

Showing selected SharePoint form fields as read-only using List Formatting
Showing selected SharePoint form fields as read-only using List Formatting
Blog Posts

With the setValue action on SharePoint/Microsoft Lists JSON formatting, people from the community are creating several solutions or use cases, including myself in the two samples: Quick Approvals and Like/Dislike. The setValue action expands the possibilities of what we can do using list formatting, however, we need to bear in mind that, people are able to easily bypass the rules we implement… READ MORE

Add domain to allow list of a site
Add domain to allow list of a site
Blog Posts

This is a note to self kind of article. I found a way of managing the allow list for external sharing of individual SharePoint Online sites via Power Automate. This example shows how you could add domains for a couple of sites at once. Inspiration This question from MichelBr: The second problem I’m facing is… READ MORE

Undeclare a record (in place)
Undeclare a record (in place)
Blog Posts

In SharePoint Online you can declare and undeclare records in place. In this article I am showing you how you can undeclare such a record via the Graph API and Power Automate. Inspiration This question from Dhileep_Varma: I am trying to create a workflow which goes through all the documents in the site collection &… READ MORE

Update the SharePoint document library items with PnPjs
Update the SharePoint document library items with PnPjs
Blog Posts

An example is available as a GitHub repository that linked at the end of the post. When building SharePoint customizations, you might have used the PnPjs to communicate with SharePoint. We will see how to update different data types of SharePoint document library using PnPJs. What is PnPjs? PnPjs is a collection of fluent libraries… READ MORE

Flat Site Hierarchy in Modern SharePoint
Flat Site Hierarchy in Modern SharePoint
Blog Posts

Overview For engaging, high performant, and robust intranet with SharePoint, well-planned information architecture is the key to success. As we are making our way into Modern SharePoint, it is time to think over a traditional nested hierarchy of sites vs a flat hierarchy structure. In this article, we will explore the flat structure benefits over… READ MORE